Skip to content

Commit

Permalink
update to version 2.23.0+242
Browse files Browse the repository at this point in the history
  • Loading branch information
luxtracon committed Apr 24, 2022
1 parent 30ec6b7 commit 61bda4f
Show file tree
Hide file tree
Showing 15 changed files with 64 additions and 30 deletions.
17 changes: 10 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
2.22.0+240
2.23.0+242

• add mod Energy Meters
• add mod Reconstructor
• add mod Super Sound Muffler: Revived
• add mod AE2 Utilities
• add mod Mixin Booter

• update mod Cleanse
• update mod Combo Armors
• update mod Dimensional Doors
• update mod Energy Control
• update mod Floralis
• update mod Hammer Lib
• update mod Myst Library
• update mod Not Enough Energistics

• add config Reconstructor
• add config Super Sound Muffler: Revived
• add config Agricraft

• update config Custom Main Menu
• update config Energy Control
• update config Not Enough Energistics
2 changes: 1 addition & 1 deletion config/CustomMainMenu/mainmenu.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

"modcounts":
{
"text" : "MC 1.12.2 - ET 2.22.1+240. 173 modifications.",
"text" : "MC 1.12.2 - ET 2.23.0+242. 175 modifications.",
"posX" : 2,
"posY" : -10,
"color" : -1,
Expand Down
37 changes: 25 additions & 12 deletions config/NotEnoughEnergistics.cfg
Original file line number Diff line number Diff line change
@@ -1,36 +1,49 @@
# Configuration file

helper {
# If true, Crafting Helper will match other items even they can't auto-crafting [default: true]
B:matchOtherItems=true
}


other {
# If true, it will make all similar ingredient switch at the same time. [default: true]
B:allowSynchronousSwitchIngredient=true
}


transfer {
# Automatic switch Pattern Terminal's Mode when click [+].Default:true
B:allowAutomaticSwitchPatternTerminalMode=true

# If true, print current recipe type in log.Default:false
# If true, print current recipe type in log.Default:false [default: false]
B:allowPrintRecipeType=false

# If true, it will make all similar ingredient switch at the same time
B:allowSynchronousSwitchIngredient=true

# If true, it will open a gui to set craft amount after ctrl + click [+] button
B:enableCraftAmountSettingGui=true

# If item in the blacklist, it will not be transferred.
# example:{"itemName":"gregtech:meta_item_2","meta":"32492"}
# example:{"itemName":"gregtech:meta_item_2","meta":"32492"} [default: ]
S:itemBlacklist <
>

# Item Combination Mode Setting, here are all the modes.
# "ENABLED" "DISABLED" WHITELIST [default: ENABLED]
S:itemCombinationMode=ENABLED

# Whitelist for item combination [default: ]
S:itemCombinationWhitelist <
>

# If item in tne priority list, it will be transferred first.
# example:{"itemName":"gregtech:meta_item_2","meta":"32492"}
# example:{"itemName":"gregtech:meta_item_2","meta":"32492"} [default: ]
S:itemPriorityList <
>

# If true, Crafting Helper will match other items even they can't auto-crafting
B:matchOtherItems=true

# If oredict has this mod's item, use it first.
# If oredict has this mod's item, use it first. [default: ]
S:modPriorityList <
>

# If true, the ingredient currently displayed by JEI will be transferred.Default:false
# If true, the ingredient currently displayed by JEI will be transferred.Default:false [default: false]
B:useDisplayedIngredient=true
}

Expand Down
8 changes: 8 additions & 0 deletions config/agricraft.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Configuration file

debug {
# Set to true if you wish to enable debug mode
B:debug=false
}


30 changes: 20 additions & 10 deletions config/energycontrol.cfg
Original file line number Diff line number Diff line change
@@ -1,29 +1,39 @@
# Configuration file

general {
# [range: 0 ~ 512, default: 256]
I:SMPMaxAlarmRange=256

# [default: default,sci-fi,siren]
I:alarmPause=60
S:allowedAlarms=default,sci-fi,siren
B:disableRangeCheck=false

# [range: 0 ~ 256, default: 64]
# Min: 0
# Max: 256
I:howlerAlarmRange=64

# [range: 0 ~ 2000, default: 20]
# Min: 0
# Max: 2000
I:infoPanelRefreshPeriod=20

# [range: 0 ~ 256, default: 128]
# Min: 0
# Max: 256
I:maxAlarmRange=128

# [range: 0 ~ 2000, default: 20]
# Min: 0
# Max: 2000
I:rangeTriggerRefreshPeriod=20

# [range: 0 ~ 1000, default: 1]
I:remoteThermalMonitorEnergyConsumption=1
B:showOreInfo=true

# [default: false]
# Min: 0
# Max: 2000
I:thermalMonitorRefreshPeriod=20
B:useCustomSounds=false
B:wsEnabled=false
S:wsHost=
I:wsPort=0
I:wsRefreshRate=100
S:wsServerID=d730ef1e-68a2-4fc9-aa82-42edcd95aae0
S:wsToken=78c2b80a-1203-43fd-a9af-75cec29f5acf
}


Binary file added mods/!mixinbooter-4.2.jar
Binary file not shown.
Binary file added mods/AE2Utilities-1.12.2-0.2.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed mods/EnergyControl-1.12.2-0.1.16.jar
Binary file not shown.
Binary file added mods/EnergyControl-1.12.2-0.2.8.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 61bda4f

Please sign in to comment.