mirror of
https://github.com/kami-blue/client
synced 2024-12-18 21:24:54 +00:00
downgrade mixin to close #537
This commit is contained in:
parent
553f48e08a
commit
cb8ea394f1
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user