Skip to content
Tyvor edited this page Jul 30, 2026 · 1 revision

FAQ

Why does the advanced config not appear?

Set this in the basic config:

advanced.generate_file=true

Then restart once.

Does advanced replace basic?

No.

The basic config remains the base behavior.

The advanced config only adds custom matching rules on top.

Does the mod support modded armor?

Yes, it is compatible with modded armor and modded equippable damageable items that use standard durability behavior.

Why does a very small cap still cause 1 durability loss?

Usually because:

  • minimum_damage=1
  • your rounding mode still produces a positive value

If you want tiny hits to sometimes become 0, use:

minimum_damage=0

What does protect=false do?

It means the rule still matches, but vanilla durability behavior is used for that case.

Can I target only one item?

Yes:

items=minecraft:diamond_chestplate

Can I target a whole group of modded armor?

Yes, use item_tags=... if the items share a tag.