Try downgrading fabric

This commit is contained in:
Kenzie Togami 2019-07-13 23:26:31 -07:00
parent 52a62b984b
commit 58863c22e8
No known key found for this signature in database
GPG Key ID: 5D200B325E157A81

View File

@ -15,7 +15,7 @@ buildscript {
}
dependencies {
"classpath"("net.fabricmc:fabric-loom:0.2.4-SNAPSHOT")
"classpath"("net.fabricmc:fabric-loom:0.2.3-SNAPSHOT")
"classpath"("org.spongepowered:mixin:0.7.11-SNAPSHOT")
}
}