This commit is contained in:
2025-04-30 14:51:50 +09:00
commit 24cc7a10a7
14 changed files with 650 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()
}
}