First release.

This commit is contained in:
Motschen
2020-07-06 19:34:31 +02:00
parent 8ef5626cdc
commit 80dd9ebd59
618 changed files with 29639 additions and 0 deletions

10
settings.gradle Normal file
View File

@@ -0,0 +1,10 @@
pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}