/
Want durability to affect tool efficiency and weapon damage? This mod provides a convenient configuration file that allows you to easily set how an item's performance changes with durability loss based on customizable curves.
Create config/WornTear/example.json:
[
{
"match": "minecraft:wooden_axe",
"rule": "4+[0,0]*0"
},
{
"match": "minecraft:shears",
"rule": "0+[0,1]*-20"
},
{
"match": "minecraft:iron_shovel",
"rule": "0.3+[0.4,0.5]*0.6"
}
]
You can enable tooltip coefficient displays in the configuration file to visualize these effects.
The efficiency changes mentioned above apply to both block breaking speed and weapon damage.

Durability affects tool efficiency and weapon damage.