slightly edit default rei config

This commit is contained in:
Penny 2022-07-28 07:43:54 -05:00
parent b10bbf00e6
commit 512835ca11
3 changed files with 5 additions and 5 deletions

View file

@ -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.