Update rei, update its config
fixes bug where some parts of default config don't apply properly
This commit is contained in:
parent
100ec19676
commit
28ee37a5b0
4 changed files with 9 additions and 10 deletions
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"basics": {
|
"basics": {
|
||||||
"favorites": [],
|
"favorites": [],
|
||||||
|
"hiddenFavorites": [],
|
||||||
// Declares whether cheating mode is on.
|
// Declares whether cheating mode is on.
|
||||||
"cheating": false,
|
"cheating": false,
|
||||||
"favoritesEnabled": true,
|
"favoritesEnabled": true,
|
||||||
|
@ -85,8 +86,6 @@
|
||||||
"entrySize": 1.0,
|
"entrySize": 1.0,
|
||||||
// Declares the position of the entry panel.
|
// Declares the position of the entry panel.
|
||||||
"displayPanelLocation": "RIGHT",
|
"displayPanelLocation": "RIGHT",
|
||||||
// Declares whether scrolled entry panel should snap to rows.
|
|
||||||
"snapToRows": false,
|
|
||||||
// Declares how the scrollbar in composite screen should act.
|
// Declares how the scrollbar in composite screen should act.
|
||||||
"compositeScrollBarPermanent": false,
|
"compositeScrollBarPermanent": false,
|
||||||
"toastDisplayedOnCopyIdentifier": true,
|
"toastDisplayedOnCopyIdentifier": true,
|
||||||
|
@ -126,7 +125,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"appearance": {
|
"appearance": {
|
||||||
"recipeScreenType": "ORIGINAL",
|
"recipeScreenType": "UNSET",
|
||||||
// Declares the appearance of REI windows.
|
// Declares the appearance of REI windows.
|
||||||
"theme": "LIGHT",
|
"theme": "LIGHT",
|
||||||
"layout": {
|
"layout": {
|
||||||
|
@ -135,7 +134,7 @@
|
||||||
// Declares the position of the config button.
|
// Declares the position of the config button.
|
||||||
"configButtonLocation": "LOWER",
|
"configButtonLocation": "LOWER",
|
||||||
// Declares whether the craftable filter button is enabled.
|
// Declares whether the craftable filter button is enabled.
|
||||||
"enableCraftableOnlyButton": true
|
"showCraftableOnlyButton": true
|
||||||
},
|
},
|
||||||
// Declares the appearance of recipe's border.
|
// Declares the appearance of recipe's border.
|
||||||
"recipeBorder": "DEFAULT",
|
"recipeBorder": "DEFAULT",
|
||||||
|
|
|
@ -82,7 +82,7 @@ hash = "e6a503d95dad7e712790bd7b77540880f160d54e0b88fa4f8d7e5f4389a41c6a"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/roughlyenoughitems/config.json5"
|
file = "config/yosbr/config/roughlyenoughitems/config.json5"
|
||||||
hash = "72447245259e9f643d146a1f3f90579239ef581c570483246325a05368f5bebd"
|
hash = "b843a064974629617f7b4751624e0ac97bec0d085d45aa87eb3bfc005db9247c"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/sodium-extra-options.json"
|
file = "config/yosbr/config/sodium-extra-options.json"
|
||||||
|
@ -212,7 +212,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/roughly-enough-items.pw.toml"
|
file = "mods/roughly-enough-items.pw.toml"
|
||||||
hash = "ceb2e3aef3707deb09ecacee8af38fe2b45b4f33af91f06384144d81c343cfdf"
|
hash = "05b06d2c528d2b31458646eeeb0c506f39d8bd17c37dcc3254098c0662b8363a"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
name = "Roughly Enough Items Fabric/Forge (REI)"
|
name = "Roughly Enough Items Fabric/Forge (REI)"
|
||||||
filename = "RoughlyEnoughItems-8.2.471.jar"
|
filename = "RoughlyEnoughItems-8.2.490.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "eb02400c1197557fc29bbd54dc212821a9e71ffe"
|
hash = "e36c9514a6aff58ac80350b936b52d23ac2c5578"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 3816876
|
file-id = 3835866
|
||||||
project-id = 310111
|
project-id = 310111
|
||||||
|
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "081338b0a50bb650367aebb33c15c16edec4dac044475b5642eefe771af98c69"
|
hash = "ed98eb11f46303b7b9ef9727945ad6367cccee71ce10c20c9f3a2a086efde3c1"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.14.6"
|
fabric = "0.14.6"
|
||||||
|
|
Loading…
Reference in a new issue