Entity Documentation - minecraft:behavior.equip_item

minecraft:behavior.equip_item compels an entity to equip an item.

Parameters

Name Default Value Type Description
priority not set Integer The higher the priority, the sooner this behavior will be executed as a goal.

Vanilla entities examples

zombie

"minecraft:behavior.equip_item": {
    "priority": 3
}

Vanilla entities using equip_item