-
Bug
-
Resolution: Invalid
-
None
-
24w13a
-
None
-
Unconfirmed
-
(Unassigned)
Item Displays aren't detecting CustomModelData on item being displayed
What I expected to happen was...:
I would summon the item display and it would contain the custom model data of the item inside it and would show the custom texture
What actually happened was...:
The item display just showed the regular item and not the texture from the custom model data.
Steps to reproduce:
- Get resource pack with a custom model data and remember the number on it
- Use the command "/summon minecraft:item_display ~ ~1 ~ {item:{id:"minecraft:chosen_item",tag:
{CustomModelData:chosen_number}
}}"
- You will notice it just shows the regular item from the item display and not the custom model.
- You can use this command to see the data of the item display "/data get entity @e[type=minecraft:item_display,limit=1]" and you will notice there is no CustomModelData section in it