From 1ccd906fdb1993043d7b16709a35a49bb0fbdf71 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sun, 21 Jan 2024 16:49:19 +0700 Subject: [PATCH] Update config.json5 --- config/roughlyenoughitems/config.json5 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/roughlyenoughitems/config.json5 b/config/roughlyenoughitems/config.json5 index cb3f5473e..a6dc8a1e5 100644 --- a/config/roughlyenoughitems/config.json5 +++ b/config/roughlyenoughitems/config.json5 @@ -4,7 +4,7 @@ "hiddenFavorites": [], "displayHistory": [], // Declares whether cheating mode is on. - "cheating": true, + "cheating": false, "favoritesEnabled": true, "keyBindings": { "recipeKeybind": { @@ -16,8 +16,8 @@ "modifier": 0 }, "hideKeybind": { - "keyCode": "key.keyboard.o", - "modifier": 2 + "keyCode": "key.keyboard.unknown", + "modifier": 0 }, "previousPageKeybind": { "keyCode": "key.keyboard.unknown", @@ -60,7 +60,8 @@ "shouldFilterDisplays": true, "filteringRules": [ "{id:\"roughlyenoughitems:manual\",rule:{}}", - "{id:\"roughlyenoughitems:basic\",rule:{}}" + "{id:\"roughlyenoughitems:basic\",rule:{}}", + "{id:\"roughlyenoughitems:hidden_from_recipe_viewers\",rule:{}}" ], "filteringQuickCraftCategories": { }, "filteredStacks": []