Skip to content

Commit 889de1a

Browse files
committed
Update mods
- Had Enough Items
1 parent e429992 commit 889de1a

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

CHANGELOG_v2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
## Update mods
77
- CraftPresence (2.5.0 -> 2.5.1)
88
- GregTech Food Option (1.12.0 -> 1.12.1)
9+
- Had Enough Items (4.25.5 -> 4.26.1)
910
- PackagedAuto (v1.0.13.54 -> v1.0.13.55)
1011
- StellarCore (1.3.4 -> 1.5.4)
1112
- Storage Drawers (5.5.1 -> 5.5.2)

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@
466466
},
467467
{
468468
"projectID": 557549,
469-
"fileID": 5726160,
469+
"fileID": 5815590,
470470
"required": true
471471
},
472472
{

overrides/config/jei/jei.cfg

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ advanced {
1717

1818
# Move the HEI search bar to the bottom center of the screen. [default: false]
1919
B:centerSearchBarEnabled=true
20-
B:debugModeEnabled=false
2120

2221
# Choose if HEI should give ingredients direct to the inventory (inventory) or pick them up with the mouse (mouse_pickup).
2322
# [Default: mouse_pickup]
2423
# [Valid: [inventory, mouse_pickup]]
25-
S:giveMode=inventory
24+
S:giveMode=INVENTORY
2625

2726
# The maximum width of the ingredient list. [range: 4 ~ 100, default: 100]
2827
I:maxColumns=100
@@ -90,7 +89,7 @@ search {
9089
# Search mode for Ore Dictionary Names (prefix: $)
9190
# [Default: disabled]
9291
# [Valid: [enabled, require_prefix, disabled]]
93-
S:oreDictSearchMode=require_prefix
92+
S:oreDictSearchMode=REQUIRE_PREFIX
9493

9594
# Search mode for resources ids (prefix: &)
9695
# [Default: disabled]
@@ -106,12 +105,7 @@ search {
106105
# Search mode for Tooltips (prefix: #)
107106
# [Default: enabled]
108107
# [Valid: [enabled, require_prefix, disabled]]
109-
S:tooltipSearchMode=enabled
110-
}
111-
112-
113-
searchadvancedtooltips {
114-
B:search=true
108+
S:tooltipSearchMode=ENABLED
115109
}
116110

117111

0 commit comments

Comments
 (0)