Actor Condition

Bi-entity Condition Type

Checks for an Entity Condition Type on the actor entity.

Type ID: origins:actor_condition

Fields

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

Examples

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

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