feat: LICENSE

This commit is contained in:
RTAkland
2023-08-16 16:50:36 +08:00
commit d815d6804e
8 changed files with 470 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()
}
}