Initial Commit

This commit is contained in:
2021-04-27 18:00:20 -04:00
commit ca919dbcad
277 changed files with 5028 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}