Sets up the game to run in fabric.

This commit is contained in:
Markil3
2021-03-07 12:17:02 -07:00
parent 6d188f46f7
commit 70ff889711
20 changed files with 501 additions and 409 deletions

9
settings.gradle Normal file
View File

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