Skip to content

Commit

Permalink
update to version 1.43.0+134
Browse files Browse the repository at this point in the history
  • Loading branch information
luxtracon committed Apr 24, 2022
1 parent c164997 commit c83c786
Show file tree
Hide file tree
Showing 22 changed files with 209 additions and 14 deletions.
26 changes: 22 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
1.42.0+132
1.43.0+134

• update mod Just Enough IDs
• update mod Wanion Lib
• add mod AE2 Utilities
• add mod Mixin Booter
• add mod Not Enough Energistics
• add mod Tinker Toolcasts

• update config More Tcon
• update mod Combo Armors
• update mod Energy Control
• update mod Engineers Decor
• update mod Hammer Lib
• update mod Immersive Technology
• update mod More Tcon
• update mod Mystical Adaptations
• update mod Plus Tic
• update mod U Team Core

• add config Agricraft
• add config More Tcon
• add config Not Enough Energistics
• add config Tinker Toolcasts

• update config Energy Control
• update config Hammer Lib
50 changes: 50 additions & 0 deletions config/NotEnoughEnergistics.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# 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 {
B:allowAutomaticSwitchPatternTerminalMode=true

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

# If item in the blacklist, it will not be transferred.
# 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"} [default: ]
S:itemPriorityList <
>
B:matchOtherItems=true

# 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 [default: false]
B:useDisplayedIngredient=true
}


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=c66476cc-4a1d-49f9-a453-db1f3f7b2915
S:wsToken=78c2b80a-1203-43fd-a9af-75cec29f5acf
}


81 changes: 81 additions & 0 deletions config/moretcon/moretcon.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
# Configuration file

~CONFIG_VERSION: 1.5.0_2

##########################################################################################################
# allow loading
#--------------------------------------------------------------------------------------------------------#
# Allows the loading of certain mod compatibilities.
##########################################################################################################

"allow loading" {
# Set to "false" if you want to not want to allow Aether Compatibility to load. [default: true]
B:aether=true

# [NYI] Set to "false" if you want to not want to allow cross compatibility between mods to load. [default: true]
B:crosscompat=true

# [NYI] Set to "false" if you want to not want to allow Ice and Fire Compatibility to load. [default: true]
B:iceandfire=true

# [NYI] Set to "false" if you want to not want to allow Easter Eggs and Jokes to load. [default: true]
B:jokes=true

# Set to "false" if you want to not want to allow things from the main mod to load. [default: true]
B:main=true

# [NYI] Set to "false" if you want to not want to allow the mod to use ore dictionary for materials. [default: true]
B:oredict=true

# Set to "false" if you want to not want to allow PlusTiC Compatibility to load. [default: true]
B:plustic=true

# Set to "false" if you want to not want to allow Betweenlands Compatibility to load. [default: true]
B:thebetweenlands=true

# Set to "false" if you want to not want to allow Twilight Forest Compatibility to load. [default: true]
B:twilightforest=true
}


##########################################################################################################
# blacklist
#--------------------------------------------------------------------------------------------------------#
# Remove some of the added materials. Example: "materialfusionite"
##########################################################################################################

blacklist {
# Add materials to blacklist [default: [materialexample]]
S:blacklist <
materialexample
>
}


##########################################################################################################
# misc
#--------------------------------------------------------------------------------------------------------#
# Tweak the miscellaneous values/content of the mod
##########################################################################################################

misc {
# Set to "true" if you want to load dust. [default: false]
B:allowdust=true

# Set to "false" if you do not want to load dust for other mods. [default: true]
B:compatdust=true

# Set to "true" if you want to remove world generation [default: false]
B:disableoregen=false

# Set to "false" if you do not want to BetweenTinker tinker items to be loaded. [default: true]
B:registerbetweentinkertools=true

# Set to "true" if you want to have Blue Trichromic use resistance as absorption breaks when using other mods that mess with it. [default: false]
B:shoulduseresistanceintrichromic=true

# Set to "false" if you do not want to weaken non BetweenTinker tinker items. [default: true]
B:weakennonbetweentinkers=false
}


28 changes: 28 additions & 0 deletions config/tinkertoolcasts.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Configuration file

~CONFIG_VERSION: 1.1

cast_time_modifier {
# Advanced cast time modifier (the lower - the faster) [range: 0.0 ~ 1.0, default: 0.8]
S:MODIFIER_CAST_TIER_1=0.8

# Reinforced cast time modifier (the lower - the faster) [range: 0.0 ~ 1.0, default: 0.6]
S:MODIFIER_CAST_TIER_2=0.6

# Iridium cast time modifier (the lower - the faster) [range: 0.0 ~ 1.0, default: 0.4]
S:MODIFIER_CAST_TIER_3=0.4

# Ultimate cast time modifier (the lower - the faster) [range: 0.0 ~ 1.0, default: 0.2]
S:MODIFIER_CAST_TIER_4=0.2

# Creative cast time modifier (the lower - the faster) [range: 0.0 ~ 1.0, default: 0.0]
S:MODIFIER_CAST_TIER_5=0.0
}


cast_time_properties {
# Minimal time amount to casting any item [range: 1 ~ 72000, default: 1]
I:MIN_CAST_TIME=1
}


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 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 added mods/NotEnoughEnergistics-1.12.2-1.2.4.jar
Binary file not shown.
Binary file added mods/TinkerToolcasts-1.1.jar
Binary file not shown.
Binary file not shown.
Binary file removed mods/moretcon-0.0.2_0.jar
Binary file not shown.
Binary file added mods/moretcon-1.5.0_2.jar
Binary file not shown.
Binary file renamed mods/plustic-8.0.3.jar → mods/plustic-8.0.5.jar
Binary file not shown.
Binary file removed mods/u_team_core-1.12.2-2.2.5.147.jar
Binary file not shown.
Binary file added mods/u_team_core-1.12.2-2.2.5.205.jar
Binary file not shown.

0 comments on commit c83c786

Please sign in to comment.