File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 6
6
## Update mods
7
7
- CraftPresence (2.5.0 -> 2.5.1)
8
8
- GregTech Food Option (1.12.0 -> 1.12.1)
9
+ - Had Enough Items (4.25.5 -> 4.26.1)
9
10
- PackagedAuto (v1.0.13.54 -> v1.0.13.55)
10
11
- StellarCore (1.3.4 -> 1.5.4)
11
12
- Storage Drawers (5.5.1 -> 5.5.2)
Original file line number Diff line number Diff line change 466
466
},
467
467
{
468
468
"projectID" : 557549 ,
469
- "fileID" : 5726160 ,
469
+ "fileID" : 5815590 ,
470
470
"required" : true
471
471
},
472
472
{
Original file line number Diff line number Diff line change @@ -17,12 +17,11 @@ advanced {
17
17
18
18
# Move the HEI search bar to the bottom center of the screen. [default: false]
19
19
B:centerSearchBarEnabled =true
20
- B:debugModeEnabled =false
21
20
22
21
# Choose if HEI should give ingredients direct to the inventory (inventory) or pick them up with the mouse (mouse_pickup).
23
22
# [Default: mouse_pickup]
24
23
# [Valid: [inventory, mouse_pickup]]
25
- S:giveMode =inventory
24
+ S:giveMode =INVENTORY
26
25
27
26
# The maximum width of the ingredient list. [range: 4 ~ 100, default: 100]
28
27
I:maxColumns =100
@@ -90,7 +89,7 @@ search {
90
89
# Search mode for Ore Dictionary Names (prefix: $)
91
90
# [Default: disabled]
92
91
# [Valid: [enabled, require_prefix, disabled]]
93
- S:oreDictSearchMode =require_prefix
92
+ S:oreDictSearchMode =REQUIRE_PREFIX
94
93
95
94
# Search mode for resources ids (prefix: &)
96
95
# [Default: disabled]
@@ -106,12 +105,7 @@ search {
106
105
# Search mode for Tooltips (prefix: #)
107
106
# [Default: enabled]
108
107
# [Valid: [enabled, require_prefix, disabled]]
109
- S:tooltipSearchMode =enabled
110
- }
111
-
112
-
113
- searchadvancedtooltips {
114
- B:search =true
108
+ S:tooltipSearchMode =ENABLED
115
109
}
116
110
117
111
You can’t perform that action at this time.
0 commit comments