Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.9–1.21.11
Platforms
Tags
Creators
Details
Licensed GPL-3.0-only
Published last week
Updated last week
How to Set Durability:
To set the durability of a specific tool, use the following command:
/data modify storage <target> max_damage set value <value>
Copper Axe Example:
/data modify storage minecraft:copper_axe max_damage set value 256
Quick Configs:
To give all tools of a specific tier the same durability, use "tier/tool" as the target:
Golden Tier Tools Example:
/data modify storage golden/tool max_damage set value 320
Notes:
- Changes are applied when the inventory is updated.
- Changes are not applied to players in Creative Mode due to a known issue.
- Currently, only tiered tools are supported.


