File Details
CustomizableToolDurability-0.3.jar
- R
- Jun 11, 2026
- 46.80 KB
- 5
- 0.5
File Name
CustomizableToolDurability-0.3.jar
Supported Versions
- 0.5
Customizable Tool Durability — v0.3
Fixed: edited tools no longer one-hit every block
Big thanks to Wackoamd for the report! Previously, editing any stat on a tool (even just its durability) silently overwrote the tool's mining power for every block type, which made edited tools insta-mine stone, ores, wood — everything. This is now fixed:
- Saving only stores the stats you actually changed. Anything you leave alone keeps tracking the game's default values — including after game updates.
- Tools internally have a separate mining power per block category (rocks, woods, each ore tier, ...). The mod now respects that instead of flattening them into one number.
- If a previous version messed up your tools, v0.3 automatically cleans the broken values out of your config on first load. Your saved durability overrides are kept.
Changed: Mining Power is now a multiplier
Because tools have many per-block-type power values, the editor's Mining Power field is now a multiplier:
1= vanilla behavior (default)2= mines everything twice as fast (half the hits)0.5= mines everything at half speed
This keeps the balance between block types intact — a pickaxe boosted to ×2 still mines stone faster than ore, just like vanilla.
New: Bulk adjust by percent (requested by Wackoamd)
You can now change a stat across a whole group of items at once:
- Open
/toolstatsand type a filter, e.g.pickaxe - Pick a stat — Max Durability, Durability Loss, Mining Speed, Mining Power, Weapon Damage, Attack Speed, or Armor Resistance
- Enter a percent like
25or-10and hit Apply % to Filtered
Example: filter pickaxe + Max Durability + 25 → all pickaxes get +25% durability. Changes are saved per item, stack if you apply again, and can still be fine-tuned or reset in the per-item editor.
Other improvements
- Reset Defaults now restores the item's true original stats exactly, every time.
- Saving a tool with all fields at their defaults removes its override entirely instead of storing useless data.
- Updated to the latest server APIs for better compatibility with future Hytale updates.
Good to know
- Stat changes take effect on the server immediately, but players who are already online may need to relog to see the new values in their tooltips.

