mirror of
https://github.com/kami-blue/client
synced 2024-12-20 22:21:32 +00:00
downgrade mixin to close #537
This commit is contained in:
parent
553f48e08a
commit
cb8ea394f1
@ -88,8 +88,8 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
//mixin needs to be distributed with the mod, very important
|
// mixin needs to be distributed with the mod, very important
|
||||||
compile("org.spongepowered:mixin:0.8.1-SNAPSHOT") {
|
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: 'launchwrapper'
|
||||||
exclude module: 'guava'
|
exclude module: 'guava'
|
||||||
exclude module: 'gson'
|
exclude module: 'gson'
|
||||||
|
Loading…
Reference in New Issue
Block a user