Block display entity cannot show only one part of multi-part block such as foot of bed, bottom of door, etc.
/summon block_display ~ ~ ~ {block_state:{Name:"minecraft:brown_bed",Properties:{part:"foot"}}}
shows whole bed.
Linked issues
duplicates 1
Comments 2
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 (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.