Update to 1.20

This commit is contained in:
Exopandora
2023-06-11 13:52:10 +02:00
parent 8907ebb683
commit de11a006d5
60 changed files with 564 additions and 546 deletions

View File

@@ -2,9 +2,14 @@ pluginManagement {
repositories {
gradlePluginPortal()
maven {
name = 'MinecraftForge'
url = 'https://maven.minecraftforge.net/'
}
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.5.0'
}
rootProject.name = 'WorldHandler'