Target Condition

Bi-entity Condition Type

Checks for an Entity Condition Type on the target entity.

Type ID: origins:target_condition

Fields

Field Type Default Description
condition Entity Condition Type The entity condition type to check for on the target entity.

Examples

"bientity_condition": {
    "type": "origins:target_condition",
    "condition": {
       "type": "origins:tamed"
    }
}

This example will check if the target entity is a tamable and a tamed mob.