mojira.dev
MC-131005

Shulker box falling block entity is invisible

A shulker box falling block entity is invisible. While it should not be invisible.

How to recreate:

*/summon minecraft:falling_block ~ ~3 ~ {BlockState:

{Name:"minecraft:cyan_shulker_box"}

,Time:1}*

This will make an invisible falling block that will appear when it hits the ground.

This probably has to do with the fact that a shulker box is a block entity as non-block entities are not invisible:

*/summon minecraft:falling_block ~ ~3 ~ {BlockState:

{Name:"minecraft:stone"}

,Time:1}*

Related issues

Comments

No comments.

migrated

(Unassigned)

Unconfirmed

falling-block-entity, shulker_box

Minecraft 1.13-pre1

Retrieved