First release!

This commit is contained in:
Motschen
2020-12-12 12:26:35 +01:00
parent 7c4365921d
commit 4d20e59360
30 changed files with 776 additions and 2 deletions

10
settings.gradle Normal file
View File

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