Mojira Archive
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}*

Duplicate

Quinten

2018-06-07, 12:48 AM

2018-06-07, 12:50 AM

2018-06-07, 12:50 AM

0

0

Unconfirmed

falling-block-entity, shulker_box

Minecraft 1.13-pre1

-