First release.

Works!
This commit is contained in:
Motschen
2020-11-24 19:56:46 +01:00
parent 94763c386f
commit 80dda6651b
18 changed files with 716 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()
}
}