This commit is contained in:
expvintl
2023-09-02 00:50:36 +08:00
commit 2084d95ee7
343 changed files with 1722 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()
}
}