Skip to content

Commit 3441335

Browse files
committed
update to version 2.23.0+220
1 parent 0948f6a commit 3441335

14 files changed

+91
-16
lines changed

CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1-
2.22.0+218
1+
2.23.0+220
22

3-
• add mod Energy Meters
4-
• add mod Reconstructor
5-
• add mod Super Sound Muffler: Revived
3+
• add mod AE2 Utilities
4+
• add mod Mixin Booter
5+
• add mod Not Enough Energistics
66

7+
• update mod Combo Armors
8+
• update mod Dimensional Doors
9+
• update mod Energy Control
710
• update mod Floralis
11+
• update mod Hammer Lib
12+
• update mod Myst Library
813

9-
• add config Reconstructor
10-
• add config Super Sound Muffler: Revived
14+
• add config Agricraft
15+
• add config Not Enough Energistics
16+
17+
• update config Energy Control

config/NotEnoughEnergistics.cfg

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Configuration file
2+
3+
helper {
4+
# If true, Crafting Helper will match other items even they can't auto-crafting [default: true]
5+
B:matchOtherItems=true
6+
}
7+
8+
9+
other {
10+
# If true, it will make all similar ingredient switch at the same time. [default: true]
11+
B:allowSynchronousSwitchIngredient=true
12+
}
13+
14+
15+
transfer {
16+
B:allowAutomaticSwitchPatternTerminalMode=true
17+
18+
# If true, print current recipe type in log.Default:false [default: false]
19+
B:allowPrintRecipeType=false
20+
B:allowSynchronousSwitchIngredient=true
21+
B:enableCraftAmountSettingGui=true
22+
23+
# If item in the blacklist, it will not be transferred.
24+
# example:{"itemName":"gregtech:meta_item_2","meta":"32492"} [default: ]
25+
S:itemBlacklist <
26+
>
27+
28+
# Item Combination Mode Setting, here are all the modes.
29+
# "ENABLED" "DISABLED" WHITELIST [default: ENABLED]
30+
S:itemCombinationMode=ENABLED
31+
32+
# Whitelist for item combination [default: ]
33+
S:itemCombinationWhitelist <
34+
>
35+
36+
# If item in tne priority list, it will be transferred first.
37+
# example:{"itemName":"gregtech:meta_item_2","meta":"32492"} [default: ]
38+
S:itemPriorityList <
39+
>
40+
B:matchOtherItems=true
41+
42+
# If oredict has this mod's item, use it first. [default: ]
43+
S:modPriorityList <
44+
>
45+
46+
# If true, the ingredient currently displayed by JEI will be transferred.Default:false [default: false]
47+
B:useDisplayedIngredient=true
48+
}
49+
50+

config/agricraft.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Configuration file
2+
3+
debug {
4+
# Set to true if you wish to enable debug mode
5+
B:debug=false
6+
}
7+
8+

config/energycontrol.cfg

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,39 @@
11
# Configuration file
22

33
general {
4-
# [range: 0 ~ 512, default: 256]
54
I:SMPMaxAlarmRange=256
6-
7-
# [default: default,sci-fi,siren]
5+
I:alarmPause=60
86
S:allowedAlarms=default,sci-fi,siren
7+
B:disableRangeCheck=false
98

10-
# [range: 0 ~ 256, default: 64]
9+
# Min: 0
10+
# Max: 256
1111
I:howlerAlarmRange=64
1212

13-
# [range: 0 ~ 2000, default: 20]
13+
# Min: 0
14+
# Max: 2000
1415
I:infoPanelRefreshPeriod=20
1516

16-
# [range: 0 ~ 256, default: 128]
17+
# Min: 0
18+
# Max: 256
1719
I:maxAlarmRange=128
1820

19-
# [range: 0 ~ 2000, default: 20]
21+
# Min: 0
22+
# Max: 2000
2023
I:rangeTriggerRefreshPeriod=20
21-
22-
# [range: 0 ~ 1000, default: 1]
2324
I:remoteThermalMonitorEnergyConsumption=1
25+
B:showOreInfo=true
2426

25-
# [default: false]
27+
# Min: 0
28+
# Max: 2000
29+
I:thermalMonitorRefreshPeriod=20
2630
B:useCustomSounds=false
31+
B:wsEnabled=false
32+
S:wsHost=
33+
I:wsPort=0
34+
I:wsRefreshRate=100
35+
S:wsServerID=d730ef1e-68a2-4fc9-aa82-42edcd95aae0
36+
S:wsToken=78c2b80a-1203-43fd-a9af-75cec29f5acf
2737
}
2838

2939

mods/!mixinbooter-4.2.jar

1020 KB
Binary file not shown.

mods/AE2Utilities-1.12.2-0.2.jar

83.5 KB
Binary file not shown.
9.12 MB
Binary file not shown.
-1.37 MB
Binary file not shown.
1.43 MB
Binary file not shown.

0 commit comments

Comments
 (0)