mojira.dev
MC-260175

item_display fixed, none, and default display properties are incorrect

When summoning an item_display entity, the default/omitted item_display property is fixed, rather than none as listed in the 23w06a article. Also, none seems to display transformations for fixed, and fixed displays the transformations for none.

[media]

commands used, from left to right:

/execute align xyz run summon minecraft:item_display ~.5 ~.5 ~.5 {item: {id: "minecraft:diamond_sword", Count: 1b, tag: {Enchantments: [{}]}}}

/execute align xyz run summon minecraft:item_display ~.5 ~.5 ~.5 {item: {id: "minecraft:diamond_sword", Count: 1b, tag: {Enchantments: [{}],item_display:"none"}}}

/execute align xyz run summon minecraft:item_display ~.5 ~.5 ~.5 {item: {id: "minecraft:diamond_sword", Count: 1b, tag: {Enchantments: [{}],item_display:"fixed"}}}

With a custom item model that has the fixed field configured in its .json file:

[media]

Also, the property item_display should be probably changed to something else to reduce confusion, likeย display_mode

Linked issues

Attachments

Comments 3

Thank you for your report!
We're tracking this issue in MC-259896, so this ticket is being resolved and linked as a duplicate.

If you would like to add a vote and any extra information to the main ticket it would be appreciated.

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

Could you provide a resource pack to reproduce the bug about the transformation? I can't reproduce it.

migrated

(Unassigned)

Unconfirmed

(Unassigned)

23w07a

Retrieved