#how to make entities wear armor specifically helmets

1 messages · Page 1 of 1 (latest)

rancid grotto
#

I need to make zombies wear hats for my upcoming addonpack but I don't no how and it need to be randomized if possible

wheat totem
#

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

rancid grotto
#

@wheat totem can I randomize it and thanks