mojira.dev
MC-126274

NBT "CustomDisplayTile" for minecarts is not working

The bug

The NBT attribute "CustomDisplayTile" allows displaying a custom tile in a minecart. For example, when typing the following command in the chat:

1.12.x:
/summon minecart ~ ~1 ~ {CustomDisplayTile:1,DisplayTile:"minecraft:wool",DisplayData:4}

1.13 (expected):
/summon minecart ~ ~1 ~ {CustomDisplayTile:1,DisplayTile:"minecraft:yellow_wool"}

and a yellow wool block should be displayed in the minecart:

[media]

It works in Minecraft 1.12.x (i.e. 1.12, 1.12.1, and 1.12.2), while it does not work in Snapshot 18w08b. In 18w08b, it seems that CustomDisplayTile is ignored, and the minecart is summoned without displaying any tiles. Not sure whether or not the attribute name CustomDisplayTile is renamed, or just not implemented yet.

Attachments

Comments 2

/summon minecraft:minecart ~ ~ ~ {CustomDisplayTile:1,DisplayState:{Name:"minecraft:yellow_wool"}}

Thanks for the correction. I didn't know that the attribute was technically renamed. Sorry for that.

flashteens

(Unassigned)

Unconfirmed

Minecraft 18w08b

Retrieved