mojira.dev
MC-259954

Blocks with special rendering do not show block states in block displays

If you run the command summon block_display ~ ~ ~ {block_state:{Name:"chest", Properties:{facing:"south"}}}}} the chest summoned still faces north. The same thing happens with {{type and waterlogged.

This may also affect other block entities.

Linked issues

Attachments

Comments 3

BLOCK_DISPLAY
Displays a block state.

Does not display block entities, even if they would normally be created on block placement (like chest)

https://www.minecraft.net/en-us/article/minecraft-snapshot-23w06a

because when a block_display renders a bed/chest/conduit/enderchest/shulkerbox,

 it will convert the block to an item stack, then render the item.

every block_state will be lost at that step. only block_id is kept.

 

[media]

 

that will also make it render bed s both foot part & head part as bed items has both parts

I can confirm this. And it's related to MC-259990.

TorNato

(Unassigned)

Community Consensus

Rendering

23w06a

Retrieved