Forgot to add mixin to config.

This commit is contained in:
Matthew Messinger 2016-12-20 05:29:37 -05:00
parent e87717387e
commit 77b79e432c

View file

@ -5,6 +5,7 @@
"refmap": "mixin.minelp.refmap.json", "refmap": "mixin.minelp.refmap.json",
"compatibilityLevel": "JAVA_8", "compatibilityLevel": "JAVA_8",
"mixins": [ "mixins": [
"MixinRenderPlayer" "MixinRenderPlayer",
"MixinRenderItem"
] ]
} }