The Bug:
Fire on entities isn't visible when looking downward.
Steps to Reproduce:
Summon an iron golem that's on fire by using the command provided below.
/summon minecraft:iron_golem ~ ~ ~ {NoAI:1b,Fire:999}
Fly above the iron golem, look directly down, and observe if the fire is visible.
Observed Behavior:
Fire on entities isn't visible.
Expected Behavior:
Fire on entities would be visible.
Linked issues
is duplicated by 3
relates to 1
Attachments
Comments 28
Can confirm for 1.13-pre3
Fire on entities are rendered to reflect the player's camera angle, and not their position relative to the burning entity.
The fire is a 2D image and is only rendered opposite the direction you are looking. With the provided example, the fire's trying to render away from you. This lack of 'backwards' support is also present in 16w33a.