Unbreakable (Durability Rework)

Fully-configurable durability overhaul that seeks to make item durability much more nuanced and enjoyable for players.

File Details

Unbreakable v2.1.0+1.21.4

  • R
  • Mar 12, 2025
  • 185.35 KB
  • 106
  • 1.21.4
  • Fabric

File Name

unbreakable-2.1.0+1.21.4.jar

Supported Versions

  • 1.21.4

Curse Maven Snippet

Fabric

modImplementation "curse.maven:durability-rework-1153034:6297972"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Version v2.1.0+1.21.4

  • Tweaked mending behavior. Now, mending will lose effectiveness with use, only resetting when an item is repaired normally.
  • Added /item damage (add|get|set) (block|entity) subcommand
  • Reworked how degradation components work. Now, it's stored in a list of repair methods mapped to an integer. Example: iron_sword=[unbreakable:degradation{smithing_table:20,grindstone:0}]
  • Refactored some more code