First version!

This commit is contained in:
Motschen
2020-11-28 18:16:51 +01:00
parent 0e76fe2520
commit 14d477844e
14 changed files with 508 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()
}
}