If I try to summon an item display and try to give it the scale 2.5, it doesn't work.
However if I try to give it the scale using /data merge it works.
Commands:
/summon minecraft:item_display ~ ~ ~ {transformation:
{scale:[2.5f,2.5f,2.5f]}
,item:{id:"minecraft:armor_stand",Count:1b,tag:
{CustomModelData:1}
}}
/data merge entity @e[type=minecraft:item_display,sort=nearest,limit=1] {transformation:
{scale:[2.5f,2.5f,2.5f]}
,item:{id:"minecraft:armor_stand",Count:1b,tag:
{CustomModelData:1}
}}
Linked issues
duplicates 1
Attachments
Comments 2
Thank you for your report!
We're tracking this issue in MC-259838, so this ticket is being resolved and linked as a duplicate.
That ticket has already been resolved as working as intended, which means this is not considered a bug and won't be fixed. Please do not leave a comment on the linked ticket.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
Duplicate of MC-259838.