Fully functional mod for 1.16.4 fabric.

This commit is contained in:
Markil3
2021-02-22 11:51:53 -07:00
parent 7b780f1964
commit b6221b50d9
18 changed files with 1977 additions and 18 deletions

9
settings.gradle Normal file
View File

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