The bug
Illagers, pillagers and wandering traders items on their heads are aligned differently than villagers and zombie villagers.
Reproduction Commands
/summon villager ~ ~ ~ {NoAI:1}
/summon wandering_trader ~ ~ ~ {NoAI:1}
/item replace entity @e[type=minecraft:villager,sort=nearest,limit=1] armor.head with minecraft:carved_pumpkin
/item replace entity @e[type=minecraft:wandering_trader,sort=nearest,limit=1] armor.head with minecraft:carved_pumpkin
Linked issues
is duplicated by 1
Attachments
Comments 9
Can confirm in 20w49a. Here's some commands to help reproduce this issue.
/summon villager ~ ~ ~ {NoAI:1}
/summon wandering_trader ~ ~ ~ {NoAI:1}
/item entity @e[type=villager,sort=nearest,limit=1] armor.head replace minecraft:carved_pumpkin
/item entity @e[type=minecraft:wandering_trader,sort=nearest,limit=1] armor.head replace minecraft:carved_pumpkin
Here's the updated command usage of /item for the last two reproduction steps:
/item replace entity @e[type=minecraft:villager,sort=nearest,limit=1] armor.head with minecraft:carved_pumpkin
/item replace entity @e[type=minecraft:wandering_trader,sort=nearest,limit=1] armor.head with minecraft:carved_pumpkin
Can you provide a texture in which to reproduce this.