slightly edit default rei config
This commit is contained in:
parent
b10bbf00e6
commit
512835ca11
3 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue