Skip to content

Commit

Permalink
update to version 1.40.0+642
Browse files Browse the repository at this point in the history
  • Loading branch information
luxtracon committed Oct 14, 2022
1 parent 35d3992 commit 99221d7
Show file tree
Hide file tree
Showing 30 changed files with 120 additions and 26 deletions.
23 changes: 11 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
1.39.0+640
1.40.0+642

• add mod Tinker Toolcasts

• add config More Tcon
• add config Reach Fix
• add config Tinker Toolcasts
• add mod Seared Ladder

• update mod Chocolate Quest Repoured
• update mod Custom Loading Screen
• update mod Dimensional Doors
• update mod Foam Fix
• update mod Gecko Lib
• update mod Hammer Lib
• update mod More Tcon
• update mod Myst Library
• update mod Plus Tic
• update mod More Tinkers Construct
• update mod Reach Fix
• update mod Wolf Armor
• update mod Tinker Toolcasts

• update config Chocolate Quest Repoured
• update config Custom Loading Screen
• update config Custom Main Menu
• update config Hammer Lib
• update config Dimensional Doors
• update config Foam Fix
• update config More Tinkers Construct
• update config Tinker Toolcasts
4 changes: 2 additions & 2 deletions config/CQR/configVersions.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#Do NOT modify this file unless you know what you are doing!
#Sun Apr 24 16:57:44 CEST 2022
#Thu Oct 13 15:07:37 CEST 2022
textures=1.1.0
items=1.0.0
factions=1.0.1
dungeon_inhabitants=1.0.0
structures=1.2.0
structures=1.3.1
grids=1.0.0
dungeons=1.2.0
lootconfigs=1.0.0
1 change: 1 addition & 0 deletions config/CQR/cqrepoured.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ general {
B:enableHealthRegen=true
B:enableWalkerKingFog=true
I:enderCalamityHealingCrystalAbsorbAmount=40
S:enderCalamityLootPool=cqrepoured:chests/treasure

# Controls the roundness of the ender-calamity's shield, has a massive impact on performance. The higher, the rounder
I:enderCalamityShieldRoundness=32
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 - EC 1.39.0+640. 172 modifications.",
"text" : "MC 1.12.2 - EC 1.40.0+642. 173 modifications.",
"posX" : 2,
"posY" : -10,
"color" : -1,
Expand Down
Empty file.
Binary file modified config/customloadingscreen_timings.nbt
Binary file not shown.
21 changes: 18 additions & 3 deletions config/dimdoors.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ general {
B:closeDoorBehind=true
I:depthSpreadFactor=20
B:riftBoundingBoxInCreative=false

# Min: 0.0
# Max: 1.7976931348623157E308
D:riftCloseSpeed=1.0

# Min: 0.0
Expand Down Expand Up @@ -42,6 +39,9 @@ graphics {


limbo {
S:blockLimboDecayBlackList <
>
B:enableLimboDecay=true
B:hardcoreLimbo=false
B:universalLimbo=false
}
Expand Down Expand Up @@ -75,6 +75,21 @@ pockets {
}


rifts {
S:blockRiftDecayBlackList <
>
B:enableRiftDecay=true
B:enableRiftDecayDropsWorldThread=true
B:enableRifts=true
I:maxRiftSize=-1
B:riftBoundingBoxInCreative=false

# Min: 0.0
# Max: 1.7976931348623157E308
D:riftCloseSpeed=1.0
}


world {
I:clusterDimBlacklist <
>
Expand Down
6 changes: 5 additions & 1 deletion config/foamfix.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,13 @@ client {
# Faster/less memory-churning construction mechanism for ModelResourceLocation objects. Identified by malte0811 in FerriteCore - implemented in a distinct way. [default: true]
B:modelResourceLocationFastConstruct=true

# More optimized multipart model condition storage. Inspired by malte0811's research. [default: true]
# Fix opening URLs on Linux-based installs. [default: true]
B:openUrlLinux=true
B:smallModelConditions=true

# More optimized multipart model condition storage. Inspired by malte0811's research. Now not broken! [default: true]
B:smallModelConditionsV2=true

# Wipes the IModel cache after baking is finished. Saves a lot of RAM, as most IModels will not be reloaded. [default: true]
B:wipeModelCache=true
}
Expand Down
54 changes: 48 additions & 6 deletions config/moretcon/moretcon.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Configuration file

~CONFIG_VERSION: 1.5.0_2
~CONFIG_VERSION: 1.8.1

##########################################################################################################
# allow loading
Expand All @@ -18,7 +18,7 @@
# [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]
# 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]
Expand All @@ -41,14 +41,46 @@
##########################################################################################################
# blacklist
#--------------------------------------------------------------------------------------------------------#
# Remove some of the added materials. Example: "materialfusionite"
# Remove some of the added materials. Example: "moretcon.fusionite"
##########################################################################################################

blacklist {
# Add materials to blacklist [default: [materialexample]]
# Add materials to blacklist [default: [moretcon.example]]
S:blacklist <
materialexample
>

# Add Unique Toolpart recipe to blacklist [default: [moretcon.unqiueexample]]
S:uniquereciperemoval <
moretcon.unqiueexample
>
}


##########################################################################################################
# durability issue fix
#--------------------------------------------------------------------------------------------------------#
# A category dedicated to fixing the strange behavior of tools with durability greater than (2 ^ 15 - 1)
##########################################################################################################

"durability issue fix" {
# Set to "-1" if you do not want to cap tool durability. Values higher than 32767 may cause tool durability issues upon relog, values higher than 65535 will break projectiles entities. [range: -1 ~ 2147483647, default: 32767]
I:maxtooldurability=32767

# Set to "false" if you do not want the durability cap to affect non-projectile tools. [default: true]
B:shoulddurabilitycapnonprojectiles=true
}


##########################################################################################################
# ids
#--------------------------------------------------------------------------------------------------------#
# A category dedicated to a list of ID's of various things which may cause errors if they are not unique
##########################################################################################################

ids {
# Decaying Effect Entity ID [range: -2147483648 ~ 2147483647, default: 8690001]
I:decayingeffectentityid=8690001
}


Expand All @@ -68,12 +100,22 @@ misc {
# Set to "true" if you want to remove world generation [default: false]
B:disableoregen=false

# Set to "false" if you do not want to Betweenlands middle gems to cost modifier slots. [default: true]
B:middlegemsrequiremodifierslots=true

# 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 a potion effect to affect trichromic color effect, or "none" for default effect. [default: none;0]
S:trichromic_blue=none;0

# Set to a potion effect to affect trichromic color effect, or "none" for default effect. [default: none;0]
S:trichromic_green=none;0

# Set to a potion effect to affect trichromic color effect. [default: minecraft:strength;1]
S:trichromic_red=minecraft:strength;1

# Set to "false" if you do not want to weaken non BetweenTinker tinker items. [default: true]
B:weakennonbetweentinkers=false
}
Expand Down
35 changes: 34 additions & 1 deletion config/tinkertoolcasts.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Configuration file

~CONFIG_VERSION: 1.1
~CONFIG_VERSION: 1.2

cast_time_modifier {
# Advanced cast time modifier (the lower - the faster) [range: 0.0 ~ 1.0, default: 0.8]
Expand All @@ -26,3 +26,36 @@ cast_time_properties {
}


tanks_properties {
# Do you allow to prevent smeltery consume fuel from Advanced tank? [default: false]
B:TANK_IS_INFINITE_TIER_1=false

# Do you allow to prevent smeltery consume fuel from Reinforced tank? [default: false]
B:TANK_IS_INFINITE_TIER_2=false

# Do you allow to prevent smeltery consume fuel from Iridium tank? [default: false]
B:TANK_IS_INFINITE_TIER_3=false

# Do you allow to prevent smeltery consume fuel from Ultimate tank? [default: false]
B:TANK_IS_INFINITE_TIER_4=false

# Do you allow to prevent smeltery consume fuel from Creative tank? [default: true]
B:TANK_IS_INFINITE_TIER_5=true

# Advanced fuel tank capacity (in buckets) [range: 1 ~ 16384, default: 16]
I:TANK_SIZE_TIER_1=16

# Reinforced fuel tank capacity (in buckets) [range: 1 ~ 16384, default: 32]
I:TANK_SIZE_TIER_2=32

# Iridium fuel tank capacity (in buckets) [range: 1 ~ 16384, default: 64]
I:TANK_SIZE_TIER_3=64

# Ultimate fuel tank capacity (in buckets) [range: 1 ~ 16384, default: 128]
I:TANK_SIZE_TIER_4=128

# Creative fuel tank capacity (in buckets) [range: 1 ~ 16384, default: 1024]
I:TANK_SIZE_TIER_5=1024
}


Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed mods/ReachFix-1.12.2-1.0.5.jar
Binary file not shown.
Binary file added mods/ReachFix-1.12.2-1.0.6.jar
Binary file not shown.
Binary file added mods/Seared-Ladder-v1.1.2-mc1.12.2.jar
Binary file not shown.
Binary file removed mods/TinkerToolcasts-1.1.jar
Binary file not shown.
Binary file added mods/TinkerToolcasts-1.2.jar
Binary file not shown.
Binary file removed mods/foamfix-0.10.14-1.12.2.jar
Binary file not shown.
Binary file added mods/foamfix-0.10.15-1.12.2.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 99221d7

Please sign in to comment.