This commit is contained in:
2026-04-27 18:41:34 -05:00
commit 7496fd3781
25 changed files with 1294 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()
}
}