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
is duplicated by6
Created Issue:
Chest block_displays do not show blockstates
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.
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 withtype }}and {{{}waterlogged.This may also affect other block entities.
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.
is duplicated by
is duplicated by
Chest block_displaysdo not show blockstatesBlocks with special rendering do not show block states in block displays
is duplicated by
is duplicated by
is duplicated by
is duplicated by
Relates to MC-259954.
Duplicate of MC-259954 (see comments).
Beds are block entity special rendered blocks, not normal models.
It will show a proper half-block for tall plants and doors as they ARE normal models.
Thank you for your report!
We're tracking this issue in MC-259954, 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
– I am a bot. This action was performed automatically! The ticket was resolved by one of our moderators, and I left this message to give more information to you.
Duplicate of MC-259954, WAI.
Duplicate of MC-259954, WAI.
Remove block display, that's MC-259954 and WAI.
Thank you for your report!
We're tracking this issue in MC-259954, 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 (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
– I am a bot. This action was performed automatically! The ticket was resolved by one of our moderators, and I left this message to give more information to you.
Thank you for your report!
We're tracking this issue in MC-259954, 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 (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
– I am a bot. This action was performed automatically! The ticket was resolved by one of our moderators, and I left this message to give more information to you.
Thank you for your report!
We're tracking this issue in MC-259954, 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 (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki

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.
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.