mojira.dev
MC-259961

item_display does not take some nbt tags into account

The new item_display seem to not be able to render loaded Crossbows.

Tried with different "rendering" options (GUI, ground, fixed, firstperson_righthand, head...)

[media]

 

What I expect:

When the tag Charged is set to 1b, the crossbow is displayed with an arrow in my inventory. So if I summon the item_display with a crossbow and the tag "Charged:1b", if the item_display is set to "gui", it should also displays the arrow.

 

Step to reproduce:

run this command:

summon minecraft:item_display ~ ~1 ~ {item:{id:"minecraft:crossbow",Count:1,tag:{Charged:1b}},item_display:"gui"}

 

Side note:

Armor stands are able to render the crossbow with the arrow.

Linked issues

Attachments

Comments 2

I can confirm this issue. We can't display a pulled or charged crossbow.

Probably the same issue as MC-137552

mlakuss

gegy

Community Consensus

Platform

Low

Entities, Rendering

23w06a

1.19.4 Pre-release 2

Retrieved