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 77- CraftTweaker (4.1.20.700 -> 4.1.20.703)
88- CraftPresence (2.5.4 -> 2.6.1)
99- Forgelin-Continuous (2.1.10.0 -> 2.1.20.0)
10+ - Fixeroo (2.3.5-hotfix -> 2.3.6b)
1011- GTExpertCore (2.4.8 -> 2.4.9)
1112- 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)
1215- RenderLib (1.4.3 -> 1.4.5)
1316- StellarCore (1.5.21 -> 1.5.22)
1417- UniLib (1.0.5 -> 1.1.0)
Original file line number Diff line number Diff line change 426426 },
427427 {
428428 "projectID" : 633806 ,
429- "fileID" : 6197064 ,
429+ "fileID" : 6453491 ,
430430 "required" : true
431431 },
432432 {
701701 },
702702 {
703703 "projectID" : 1178654 ,
704- "fileID" : 6389720 ,
704+ "fileID" : 6547090 ,
705705 "required" : true
706706 },
707707 {
Original file line number Diff line number Diff line change @@ -16,6 +16,13 @@ general {
1616 I:startMulti =21500
1717 }
1818
19+ " mode setting" {
20+ # Mode of this mod
21+ # Valid: EASY, NORMAL, HARD
22+ # Default: EASY
23+ S:mode =EASY
24+ }
25+
1926}
2027
2128
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ 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
2021
2122 # Choose if HEI should give ingredients direct to the inventory (inventory) or pick them up with the mouse (mouse_pickup).
2223 # [Default: mouse_pickup]
@@ -37,13 +38,23 @@ advanced {
3738}
3839
3940
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+
4048# #########################################################################################################
4149# misc
4250# --------------------------------------------------------------------------------------------------------#
4351# Miscellaneous config options
4452# #########################################################################################################
4553
4654misc {
55+ # Whether to hide the bottom-right corner config button [default: false]
56+ B:hideBottomRightCornerConfigButton =false
57+
4758 # Disable to disallow mouse clicks to see recipes and usages when hovering over an ingredient [default: true]
4859 B:mouseClickToSeeRecipes =true
4960
You can’t perform that action at this time.
0 commit comments