Begin 1.20 port (god this is horrible)

This commit is contained in:
Andrew-71 2023-07-29 21:07:20 +03:00
parent 8730ae91a0
commit 987a18c360
105 changed files with 757 additions and 2300 deletions

View file

@ -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")