#how to make entities wear armor specifically helmets
1 messages · Page 1 of 1 (latest)
I would have a look at the skeleton_gear loot_table
The skeleton has this in its code:
"minecraft:equipment": { "table": "loot_tables/entities/skeleton_gear.json" },
Add minecraft:equipment to your mob component and create a custom loot_table.
The wiki explains really well how to randomize loot_tables
@wheat totem can I randomize it and thanks