From 48e3131d69dad0bd06532f7c3d5bdc0c34877e83 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 2 Apr 2019 20:32:07 +0800 Subject: v2.6.0.78 --- src/main/resources/roughlyenoughitems.client.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/main/resources/roughlyenoughitems.client.json') diff --git a/src/main/resources/roughlyenoughitems.client.json b/src/main/resources/roughlyenoughitems.client.json index 46addb449..e407aaab6 100755 --- a/src/main/resources/roughlyenoughitems.client.json +++ b/src/main/resources/roughlyenoughitems.client.json @@ -5,11 +5,10 @@ "compatibilityLevel": "JAVA_8", "mixins": [ "MixinContainerScreen", - "MixinPlayerInventoryScreen", - "MixinCraftingTableScreen", "MixinCreativePlayerInventoryScreen", "MixinBrewingRecipeRegistry", - "MixinRecipeBookGui" + "MixinRecipeBookGui", + "MixinGameRenderer" ], "injectors": { "defaultRequire": 1 -- cgit