From 77b79e432cd554de4754323980a7675f12505f43 Mon Sep 17 00:00:00 2001 From: Matthew Messinger Date: Tue, 20 Dec 2016 05:29:37 -0500 Subject: [PATCH] Forgot to add mixin to config. --- src/main/resources/mixin.minelp.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/mixin.minelp.json b/src/main/resources/mixin.minelp.json index 97e801da..f7d6fedb 100644 --- a/src/main/resources/mixin.minelp.json +++ b/src/main/resources/mixin.minelp.json @@ -5,6 +5,7 @@ "refmap": "mixin.minelp.refmap.json", "compatibilityLevel": "JAVA_8", "mixins": [ - "MixinRenderPlayer" + "MixinRenderPlayer", + "MixinRenderItem" ] }