The bug
When using /replaceitem
you can not set any type of armour or mob heads to slot.weapon.
How to reproduce
/summon armor_stand
/replaceitem entity @e[type=armor_stand,limit=1] weapon minecraft:iron_chestplate
Error: "Could not put [Iron Chestplate] in slot 98"
Note that other items, such as stone blocks, work.
Linked issues
is duplicated by 1
Comments 16
I don't think this is intended. You're trying to put a chestplate in the hand slot but it doesn't work. Shouldn't it act as any other item?
Works as expected in 20w49a
/item entity @e[type=minecraft:armor_stand,limit=1] weapon replace minecraft:iron_chestplate
Confirmed.