Sets the Equipment table to use for this Entity.
Equipment Properties
| Name | Default Value | Type | Description | Example Values |
|---|---|---|---|---|
| slot_drop_chance | not set | Array of strings | A list of slots with the chance to drop an equipped item from that slot. | |
| table | not set | String | The file path to the equipment table, relative to the behavior pack's root. | Gray Zombie Leader: "loot_tables/entities/zombie_equipment.json" |
Samples
Gray Zombie Leader
"minecraft:equipment": {
"table": "loot_tables/entities/zombie_equipment.json"
}