Update rei, update its config

fixes bug where some parts of default config don't apply properly
This commit is contained in:
Wroclaw 2022-06-19 01:43:09 +02:00
parent 100ec19676
commit 28ee37a5b0
4 changed files with 9 additions and 10 deletions

View file

@ -1,6 +1,7 @@
{
"basics": {
"favorites": [],
"hiddenFavorites": [],
// Declares whether cheating mode is on.
"cheating": false,
"favoritesEnabled": true,
@ -85,8 +86,6 @@
"entrySize": 1.0,
// Declares the position of the entry panel.
"displayPanelLocation": "RIGHT",
// Declares whether scrolled entry panel should snap to rows.
"snapToRows": false,
// Declares how the scrollbar in composite screen should act.
"compositeScrollBarPermanent": false,
"toastDisplayedOnCopyIdentifier": true,
@ -126,7 +125,7 @@
}
},
"appearance": {
"recipeScreenType": "ORIGINAL",
"recipeScreenType": "UNSET",
// Declares the appearance of REI windows.
"theme": "LIGHT",
"layout": {
@ -135,7 +134,7 @@
// Declares the position of the config button.
"configButtonLocation": "LOWER",
// Declares whether the craftable filter button is enabled.
"enableCraftableOnlyButton": true
"showCraftableOnlyButton": true
},
// Declares the appearance of recipe's border.
"recipeBorder": "DEFAULT",