Item Properties

Item Properties

Better Trims provides only one type of item property at the moment but more may be added in the future.

Item Property Types

Flag Item Properties

Item properties that toggle a boolean flag, such as Damage Immunity do not require any additional parameters.
Flag properties are simply defined by the component type:

{
"bettertrims:damage_immunity": [
{
"item_property": {}
}
]
}