Initial commit

This commit is contained in:
2023-10-18 15:48:48 +08:00
commit 888e2d60cc
25 changed files with 766 additions and 0 deletions

11
settings.gradle Normal file
View File

@@ -0,0 +1,11 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.aliyun.com/repository/gradle-plugin'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}