From 512835ca11d70f2a6fbed4e0afc29a330e6bd387 Mon Sep 17 00:00:00 2001 From: pinchese Date: Thu, 28 Jul 2022 07:43:54 -0500 Subject: [PATCH] slightly edit default rei config --- config/yosbr/config/roughlyenoughitems/config.json5 | 6 +++--- index.toml | 2 +- pack.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/yosbr/config/roughlyenoughitems/config.json5 b/config/yosbr/config/roughlyenoughitems/config.json5 index 67b1fd3..31a5f32 100644 --- a/config/yosbr/config/roughlyenoughitems/config.json5 +++ b/config/yosbr/config/roughlyenoughitems/config.json5 @@ -4,8 +4,8 @@ "hiddenFavorites": [], "displayHistory": [], // Declares whether cheating mode is on. - "cheating": true, - "favoritesEnabled": true, + "cheating": false, + "favoritesEnabled": false, "keyBindings": { "recipeKeybind": { "keyCode": "key.keyboard.r", @@ -152,7 +152,7 @@ }, "functionality": { // Declares whether REI should remove the recipe book. - "disableRecipeBook": true, + "disableRecipeBook": false, // Declares whether mob effects should be on the left side instead of the right side. "leftSideMobEffects": true, // Declares whether subsets is enabled. diff --git a/index.toml b/index.toml index d12806c..5446778 100644 --- a/index.toml +++ b/index.toml @@ -174,7 +174,7 @@ hash = "e8aabaa7d14d1b6360309b75acea1ea87af988ba483267e9879637c1bd3478cf" [[files]] file = "config/yosbr/config/roughlyenoughitems/config.json5" -hash = "e6c15991ec4485988c6166064cdb7bb17bc368e37156d7e15e23eb06bd85b9aa" +hash = "5022864e52e0759707d79f2456f949bb9fffd624b15b79d250a76bf95b428f15" [[files]] file = "config/yosbr/config/sodium-extra-options.json" diff --git a/pack.toml b/pack.toml index b37b937..3dc2241 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "45e7e034e0f4b354015d5601b76b44f595208a66b2f1925a0698b9f44f9160de" +hash = "5b5f3712dfd7fe08f1a34e414cf3ead8029137743999d59db67fdfbcfd8247d8" [versions] fabric = "0.14.8"