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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue