Begin 1.20 port (god this is horrible)
This commit is contained in:
parent
8730ae91a0
commit
987a18c360
105 changed files with 757 additions and 2300 deletions
|
@ -1,6 +1,10 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
maven {
|
||||
name = 'Forge'
|
||||
url = 'https://maven.minecraftforge.net/'
|
||||
}
|
||||
maven {
|
||||
name = 'Fabric'
|
||||
url = 'https://maven.fabricmc.net/'
|
||||
|
@ -12,5 +16,12 @@ pluginManagement {
|
|||
}
|
||||
}
|
||||
|
||||
rootProject.name = 'tardim_ic'
|
||||
include("Common", "Fabric", "Forge")
|
||||
plugins {
|
||||
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.5.0'
|
||||
}
|
||||
|
||||
// This should match the folder name of the project, or else IDEA may complain (see https://youtrack.jetbrains.com/issue/IDEA-317606)
|
||||
rootProject.name = 'Tardim-In-Control'
|
||||
include("common")
|
||||
include("fabric")
|
||||
include("forge")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue