mojira.dev
MC-128974

Variant model of an item bug with rendering

Custom variant models of an item have troubles with rendering : the model renders everywhere, except on Armor Stand head, and when the model is on the head of an Armor Stand inside a mob spawner. Notice that the model renders on others mobs head and on a player head.

Here, the model is bricks, and the original item is the iron hoe :
Iron hoe json file : https://api.myjson.com/bins/t80of
Bricks json file https://api.myjson.com/bins/uh11r

Attachments

Comments 3

Please provide the commands used to obtain the item/spawner.

For the item :
/give @p minecraft:iron_hoe{Damage:1s}

For the spawner :
1) /setblock ~ ~-1 ~ mob_spawner
2) /data merge block ~ ~-1 ~ {RequiredPlayerRange:0s,SpawnData:{id:"minecraft:armor_stand",ArmorItems:[{},{},{},{id:"minecraft:iron_hoe",Count:1b,Damage:1s}],CustomName:"\"TEST\""}}

Damage goes in the tag tag in 1.13; not in the item’s root tag.

ZenoWhite

(Unassigned)

Unconfirmed

Minecraft 18w16a

Retrieved