This commit is contained in:
2025-12-17 23:06:46 -08:00
commit 4b3aa6e9b1
29 changed files with 1836 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()
}
}