Had to split this into multiple commits

This commit is contained in:
Motschen
2020-04-08 22:48:31 +02:00
committed by GitHub
parent 2d9f64e351
commit ba3d1a7fab
10 changed files with 1770 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()
}
}