downgrade mixin to close #537

This commit is contained in:
Bella 2020-03-06 17:37:13 -05:00
parent 553f48e08a
commit cb8ea394f1
No known key found for this signature in database
GPG Key ID: 03B01AC937D1C89C
1 changed files with 2 additions and 2 deletions

View File

@ -88,8 +88,8 @@ repositories {
}
dependencies {
//mixin needs to be distributed with the mod, very important
compile("org.spongepowered:mixin:0.8.1-SNAPSHOT") {
// mixin needs to be distributed with the mod, very important
compile("org.spongepowered:mixin:0.7.8-SNAPSHOT") { // do NOT update this to 8.0 or above, it breaks compatibility with future client
exclude module: 'launchwrapper'
exclude module: 'guava'
exclude module: 'gson'