First release!

Have fun ;)
This commit is contained in:
Motschen
2021-01-20 20:05:17 +01:00
parent ee17804831
commit ab9bfde873
27 changed files with 994 additions and 1 deletions

10
settings.gradle Normal file
View File

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