This commit is contained in:
2026-01-08 19:32:38 -06:00
commit fd9cae3117
51 changed files with 2597 additions and 0 deletions

17
settings.gradle Normal file
View File

@@ -0,0 +1,17 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven {
name = 'MinecraftForge'
url = 'https://maven.minecraftforge.net/'
}
maven {
name = 'ParchmentMC'
url = 'https://maven.parchmentmc.org/'
}
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.10.0'
}