Restore original build.gradle

This commit is contained in:
Juuxel 2019-01-06 10:57:18 +02:00
parent a21114989d
commit 853ae82a5b
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ repositories {
dependencies {
minecraft "com.mojang:minecraft:18w50a"
mappings "net.fabricmc:yarn:18w50a.82"
// mappings "net.fabricmc:yarn:18w50a.local" // temporary until yarn #369
// mappings "net.fabricmc:yarn:18w50a.80"
mappings "net.fabricmc:yarn:18w50a.local" // temporary until yarn #369
modCompile "net.fabricmc:fabric-loader:0.3.1.80"
// Fabric API. This is technically optional, but you probably want it anyway.