-
Bug
-
Resolution: Works As Intended
-
None
-
1.18.2
-
Confirmed
-
Rendering
May relate to and/or clone MC-35920 and/or MC-9553.
The bug
If a falling block entity is summoned which is also a translucent block, any other translucent game objects positioned behind that translucent block will not render. This only affects the Fast and Fancy graphics settings.
In addition, entities will not render behind it either in some cases - this seems to depend on the age of the entity, i.e. whether it came into existence before or after the falling block.
How to reproduce
- Summon a falling red stained glass entity:
/summon falling_block ~ ~ ~ {BlockState:{Name:"minecraft:red_stained_glass"},Time:-2147483648,NoGravity:1}
- Place something translucent nearby
- Look at this translucent thing from behind the falling glass
Expected results
The translucent thing would still be visible from behind the glass.
Actual results
That is only the case for Fabulous! graphics - on Fast and Fancy graphics the object is occluded by the glass.
- relates to
-
MC-248849 Translucent blocks in minecarts incorrectly occlude translucent objects in Fast/Fancy graphics
- Open
-
MC-248850 Translucent blocks held by endermen incorrectly occlude translucent objects in Fast/Fancy graphics
- Open
-
MC-193051 You can see through some transparent blocks via semi-transparent items on "Fast" and "Fancy" graphics mode
- Reopened