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": {
|
||||
"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",
|
||||
|
|
|
@ -82,7 +82,7 @@ hash = "e6a503d95dad7e712790bd7b77540880f160d54e0b88fa4f8d7e5f4389a41c6a"
|
|||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/roughlyenoughitems/config.json5"
|
||||
hash = "72447245259e9f643d146a1f3f90579239ef581c570483246325a05368f5bebd"
|
||||
hash = "b843a064974629617f7b4751624e0ac97bec0d085d45aa87eb3bfc005db9247c"
|
||||
|
||||
[[files]]
|
||||
file = "config/yosbr/config/sodium-extra-options.json"
|
||||
|
@ -212,7 +212,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/roughly-enough-items.pw.toml"
|
||||
hash = "ceb2e3aef3707deb09ecacee8af38fe2b45b4f33af91f06384144d81c343cfdf"
|
||||
hash = "05b06d2c528d2b31458646eeeb0c506f39d8bd17c37dcc3254098c0662b8363a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name = "Roughly Enough Items Fabric/Forge (REI)"
|
||||
filename = "RoughlyEnoughItems-8.2.471.jar"
|
||||
filename = "RoughlyEnoughItems-8.2.490.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "eb02400c1197557fc29bbd54dc212821a9e71ffe"
|
||||
hash = "e36c9514a6aff58ac80350b936b52d23ac2c5578"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3816876
|
||||
file-id = 3835866
|
||||
project-id = 310111
|
||||
|
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "081338b0a50bb650367aebb33c15c16edec4dac044475b5642eefe771af98c69"
|
||||
hash = "ed98eb11f46303b7b9ef9727945ad6367cccee71ce10c20c9f3a2a086efde3c1"
|
||||
|
||||
[versions]
|
||||
fabric = "0.14.6"
|
||||
|
|
Loading…
Reference in a new issue