HomeJavaModsWorn Tear
Worn Tear

Worn Tear

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.

Usage Example

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.

Planned Features

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more