From 5f45cf3079b20c4b49f4318fe9aaeb1963d7f2f8 Mon Sep 17 00:00:00 2001 From: Pilzinsel64 Date: Sun, 9 Nov 2025 11:10:40 +0100 Subject: [PATCH] tweak iguana tweaks config - tools level up to 99 --- both/config/IguanaTinkerTweaks/main.cfg | 42 +++++++++++++++++++------ 1 file changed, 33 insertions(+), 9 deletions(-) diff --git a/both/config/IguanaTinkerTweaks/main.cfg b/both/config/IguanaTinkerTweaks/main.cfg index dc6e252..cf77520 100644 --- a/both/config/IguanaTinkerTweaks/main.cfg +++ b/both/config/IguanaTinkerTweaks/main.cfg @@ -130,10 +130,10 @@ mobheads { partreplacement { # How much of the current XP% to the next mining level shall be removed when replacing the pickaxe head. Useful to remove the mining level boost on part replacement. [range: 0 ~ 100, default: 5] - I:PickBoostXpPenality=5 + I:PickBoostXpPenality=50 # How much of the current XP% shall be removed when replacing parts (So if you had 50%, and penality is 10% it'll remove 5% xp, resulting in 45%). Does not remove Skill Levels. [range: 0 ~ 100, default: 0] - I:XpPenality=0 + I:XpPenality=25 # Removes the Mob Head Modifier on Tool-Head replacement, allowing it to be reapplied. Should be used with PickBoostXpPenality. [default: true] B:removeMobHead=true @@ -191,7 +191,6 @@ randombonuses { B:allowStonebound=true } - ########################################################################################################## # toolleveling #--------------------------------------------------------------------------------------------------------# @@ -204,23 +203,48 @@ toolleveling { 2 4 6 + 8 + 10 > # Each modifier is equally likely on levelup. Disables useful bonuses. [default: false] B:CompletelyRandomBonuses=false # The amount of modifiers new tools have. [range: 0 ~ 9, default: 0] - I:ExtraModifiers=3 + I:ExtraModifiers=0 # Adds an extra modifier on these levelups if 'ExtraModifiers' is enabled I:ModifiersAtLevels < 2 - 4 - 6 + 3 + 5 + 7 + 9 + 11 + 14 + 17 + 20 + 24 + 28 + 32 + 36 + 40 + 45 + 50 + 55 + 60 + 65 + 70 + 75 + 80 + 85 + 90 + 95 + 99 > - + # Gives a random bonus every level, if false and levelling is on modifiers are given at levels 2 and 4 (requires 'toolLeveling=true') [default: true] - B:RandomBonuses=true + B:RandomBonuses=false # Disables less-useful modifiers on levelups. Like a sword with silktouch, or a pickaxe with beheading. [default: true] B:UsefulBonuses=true @@ -229,7 +253,7 @@ toolleveling { B:detailedXpTooltip=true # [range: 1 ~ 99, default: 6] - I:maxToolLevel=6 + I:maxToolLevel=100 # If true, only the heads of tools are examined when determining how much XP it takes to level up. (This only matters if you manually specify that some material types level faster than others using the override module) [default: true] B:onlyHeadsChangeXPRequirement=true