-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
Tyvor edited this page Jul 30, 2026
·
1 revision
Set this in the basic config:
advanced.generate_file=trueThen restart once.
No.
The basic config remains the base behavior.
The advanced config only adds custom matching rules on top.
Yes, it is compatible with modded armor and modded equippable damageable items that use standard durability behavior.
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=0It means the rule still matches, but vanilla durability behavior is used for that case.
Yes:
items=minecraft:diamond_chestplateYes, use item_tags=... if the items share a tag.