-
Bug
-
Resolution: Unresolved
-
None
-
1.18.2 Pre-release 1, 1.18.2, 1.19, 1.19.4, 23w18a, 24w33a
-
Confirmed
-
Rendering
-
Low
-
Platform
Found while testing MC-248682 and MC-248684. Closely relates to MC-244190 as a result.
The bug
Falling block entities which are assigned the IDs of translucent blocks such as slime blocks, honey blocks, ice, stained glass and tinted glass remain visible even at distances that cause other parts of the world such as blocks, entities and non-translucent blocks being moved by pistons to appear foggy.
How to reproduce
- Set the render distance to a sufficiently low value
/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:red_stained_glass"},Time:-2147483648,NoGravity:1}
- Place blocks very close to the summoned entity for comparison
- Travel at a distance that results in the entity being partially occluded by fog
Expected results
Both the entity and blocks would appear foggy to an identical extent.
Actual results
The entity does not appear to get foggy at all, even when the blocks are.