In Tag (Damage Condition Type)

Checks whether the type of this damage is in a specified tag.

Checks whether the type of this damage is in a specified tag.

Type ID: apoli:in_tag

Fields

FieldTypeDefaultDescription
tagIdentifierThe namespace and ID of the tag which the damage type should be in to pass the check.

Examples

"damage_condition": {
    "type": "apoli:in_tag",
    "tag": "minecraft:is_drowning"
}

This example will check if the damage is considered drowning damage.