The entity puts on the desired equipment.
Equip Item Properties
Name | Default Value | Type | Description | Example Values |
---|---|---|---|---|
can_wear_armor | not set | String | ||
excluded_items | not set | Array of strings | List of items that the entity should not equip. | Bogged: [{"item":"minecraft:banner:15"}] |
Samples
Bogged
"minecraft:equip_item": {
"excluded_items": [
{
"item": "minecraft:banner:15"
}
]
}
Evocation Illager
"minecraft:equip_item": {}
Fox
"minecraft:equip_item": {
"can_wear_armor": false
}