This commit is contained in:
2026-02-15 13:22:06 -08:00
commit d5117f21b4
15 changed files with 1405 additions and 0 deletions

9
settings.gradle Normal file
View File

@@ -0,0 +1,9 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}