Updated For Use With Loom 0.5-SNAPSHOT

This commit is contained in:
Alex Evelyn
2020-09-17 22:14:52 -04:00
parent 46dc3e2dab
commit 0f1973da45
2 changed files with 4 additions and 0 deletions

3
.gitignore vendored
View File

@@ -27,3 +27,6 @@ bin/
# fabric
run/
# OSX
.DS_Store

View File

@@ -6,5 +6,6 @@ pluginManagement {
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
mavenCentral()
}
}