mojira.dev
MC-132792

end_gateway falling block entity invisible

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

Related issues

Comments

migrated

Relates to MC-114881.

pokechu22

See MC-64634. These blocks use a special renderer, because among other things they render based on the player's position. Falling blocks do not support that.

migrated

(Unassigned)

Unconfirmed

falling_block, invisible, rendering

Minecraft 1.12.2, Minecraft 1.13-pre6

Retrieved