The bug
With Smooth Lighting turned on (minimum or maximum doesn't matter) light will spill through the corner of a block if there is a light source either behind or beneath an adjacent block.
How to reproduce
/fill ~-1 ~-1 ~-1 ~3 ~3 ~3 sandstone hollow
/setblock ~3 ~2 ~2 glowstone
/setblock ~2 ~2 ~2 sandstone
Look at the corner with the light source behind
/teleport @s ~ ~ ~ -50 -10
Linked issues
is duplicated by 15
relates to 2
Attachments
Comments 48
@unknown: The issue is already marked as affected in 1.19.2. Thank you for the additional confirmation though! 🙂
Explanation on set 3:
(a) shows the glitch with the test setup. The two light patches point toward a hidden light source.
(b) shows the blocks behind the glitchy spot. Note the empty space above the glowstone.
(c) shows no glitch when the previously empty spot is filled with a solid block.
If the block removed between a and b is placed again after c, the result is no glitch on any of the blocks. So there seems to be some relation with the transparency of the blocks surrounding the light source in regards to whether the glitch appears or not.