fix mixinentityrenderer compatibility

This commit is contained in:
Bella 2020-04-07 11:29:41 -04:00
parent dc0ff2129a
commit d1f31c936f
No known key found for this signature in database
GPG Key ID: DBD4A6030080C8B3
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ import static me.zeroeightsix.kami.KamiMod.MODULE_MANAGER;
/**
* Created by 086 on 11/12/2017.
*/
@Mixin(EntityRenderer.class)
@Mixin(value = EntityRenderer.class, priority = Integer.MAX_VALUE)
public class MixinEntityRenderer {
private boolean nightVision = false;