File tree Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 7
7
- CraftTweaker (4.1.20.700 -> 4.1.20.703)
8
8
- CraftPresence (2.5.4 -> 2.6.1)
9
9
- Forgelin-Continuous (2.1.10.0 -> 2.1.20.0)
10
+ - Fixeroo (2.3.5-hotfix -> 2.3.6b)
10
11
- GTExpertCore (2.4.8 -> 2.4.9)
11
12
- GregTech Food Option (1.12.4 -> 1.12.5)
13
+ - GTConsolidate (1.0.3.1 -> 1.0.4)
14
+ - Had Enough Items (4.27.3 -> 4.28.0)
12
15
- RenderLib (1.4.3 -> 1.4.5)
13
16
- StellarCore (1.5.21 -> 1.5.22)
14
17
- UniLib (1.0.5 -> 1.1.0)
Original file line number Diff line number Diff line change 426
426
},
427
427
{
428
428
"projectID" : 633806 ,
429
- "fileID" : 6197064 ,
429
+ "fileID" : 6453491 ,
430
430
"required" : true
431
431
},
432
432
{
701
701
},
702
702
{
703
703
"projectID" : 1178654 ,
704
- "fileID" : 6389720 ,
704
+ "fileID" : 6547090 ,
705
705
"required" : true
706
706
},
707
707
{
Original file line number Diff line number Diff line change @@ -16,6 +16,13 @@ general {
16
16
I:startMulti =21500
17
17
}
18
18
19
+ " mode setting" {
20
+ # Mode of this mod
21
+ # Valid: EASY, NORMAL, HARD
22
+ # Default: EASY
23
+ S:mode =EASY
24
+ }
25
+
19
26
}
20
27
21
28
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ 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
20
21
21
22
# Choose if HEI should give ingredients direct to the inventory (inventory) or pick them up with the mouse (mouse_pickup).
22
23
# [Default: mouse_pickup]
@@ -37,13 +38,23 @@ advanced {
37
38
}
38
39
39
40
41
+ category {
42
+ # Determines the display order of recipe categories in JEI. Categories listed earlier appear first in the JEI interface. [Default: []]
43
+ S:categoryUidOrder <
44
+ >
45
+ }
46
+
47
+
40
48
# #########################################################################################################
41
49
# misc
42
50
# --------------------------------------------------------------------------------------------------------#
43
51
# Miscellaneous config options
44
52
# #########################################################################################################
45
53
46
54
misc {
55
+ # Whether to hide the bottom-right corner config button [default: false]
56
+ B:hideBottomRightCornerConfigButton =false
57
+
47
58
# Disable to disallow mouse clicks to see recipes and usages when hovering over an ingredient [default: true]
48
59
B:mouseClickToSeeRecipes =true
49
60
You can’t perform that action at this time.
0 commit comments