-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.12.2, Minecraft 1.13-pre6
-
64 bit Windows 10, Java: 1.8.0_51 64 bit
-
Unconfirmed
I summoned a falling_block entity with an end_gateway, and the falling block entity was invisible. Once the falling block landed, the end gateway block was placed. I used these commands:
- 1.13 snapshot: /summon minecraft:falling_block ~ ~5 ~ {BlockState:
{Name: "minecraft:end_gateway"}
,Time:1}
- 1.12.2: /summon minecraft:falling_block ~ ~5 ~ {Block:"minecraft:end_gateway",Time:1}
This is also the case with minecraft:end_portal.
The bug:
falling block entities are invisible if they should have the texture of a end gateway or end portal
- duplicates
-
MC-64634 Falling sand - Banners, Signs, Chests, Lava or Water- Don't render until done falling
- Resolved