forked from RepoMirrors/kami-blue
fix mixinentityrenderer compatibility
This commit is contained in:
parent
dc0ff2129a
commit
d1f31c936f
|
@ -35,7 +35,7 @@ import static me.zeroeightsix.kami.KamiMod.MODULE_MANAGER;
|
||||||
/**
|
/**
|
||||||
* Created by 086 on 11/12/2017.
|
* Created by 086 on 11/12/2017.
|
||||||
*/
|
*/
|
||||||
@Mixin(EntityRenderer.class)
|
@Mixin(value = EntityRenderer.class, priority = Integer.MAX_VALUE)
|
||||||
public class MixinEntityRenderer {
|
public class MixinEntityRenderer {
|
||||||
|
|
||||||
private boolean nightVision = false;
|
private boolean nightVision = false;
|
||||||
|
|
Loading…
Reference in New Issue