Skip to content
Tyvor edited this page Jul 30, 2026 · 3 revisions

Armor Durability Cap

Armor Durability Cap limits how much durability armor can lose from a single hit.

The mod supports vanilla armor and is compatible with modded armor that uses standard durability behavior.

Config layout

The mod uses two config files:

  • armor-durability-cap.properties
  • armor-durability-cap-advanced.properties

The basic config is always the main config.

The advanced config is optional and is only used after you enable:

advanced.generate_file=true

in the basic config and restart once.

Start here

Important behavior

  • The basic config always provides the base behavior
  • The advanced config adds matching override rules on top of the basic config
  • Advanced rules are checked in the order listed in rules=...
  • The first matching advanced rule is used

Clone this wiki locally