From 20a0d31befa8120688b77faf189748ca4c0b9e07 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 7 Mar 2019 23:13:49 +0800 Subject: option to disable recipe book --- src/main/resources/roughlyenoughitems.client.json | 1 + 1 file changed, 1 insertion(+) (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 45b9f4842..ddc42c932 100755 --- a/src/main/resources/roughlyenoughitems.client.json +++ b/src/main/resources/roughlyenoughitems.client.json @@ -4,6 +4,7 @@ "minVersion": "0.7.11", "compatibilityLevel": "JAVA_8", "mixins": [ + "MixinScreen", "MixinContainerScreen", "MixinClientPlayNetworkHandler", "MixinPlayerInventoryScreen", -- cgit