Initial Commit

This commit is contained in:
Unknown
2019-10-02 19:41:06 -04:00
parent d04b267b4d
commit 8a4e0bedc3
21 changed files with 869 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}