This commit is contained in:
zjnautoz
2024-11-15 22:53:52 +08:00
parent 37bfbf8dbb
commit fb806a0b18
294 changed files with 3642 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()
}
}