First release :)

This commit is contained in:
Motschen
2021-02-06 12:22:10 +01:00
parent 46997ec9c5
commit 40f5398252
82 changed files with 1604 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()
}
}