How to remove Construct's Armory Modifiers
axin0452 opened this issue · 1 comments
# Here you can remove any modifier by adding its id to this list [default: [mending_moss]]
S:"Remove Modifiers" <
unnatural
crumbling
Invigorating
dramatic
>
Unnatural and crumbling can be deleted normally.
But Invigorating and dramatic cannot be deleted.
If you can delete Invigorating and dramatic, please tell me what to do!
Armor Traits usually have the _armor
prefix for it's traits to tell them apart from the tool traits.
If you want to remove Invigorating & Dramatic Armor Traits, you have to put...
invigorating_armor
which is the Invigorating Armor Trait
dramatic_armor
which is the Dramatic Armor Trait
That should remove those traits, at least... it should. I never tried it myself but those are the correct IDs for those traits. If you have a way of viewing the NBT for a item, that can also be used with finding the Tool/Armor Trait IDs if in the future you wish to remove more of them.