Debugify icon indicating copy to clipboard operation
Debugify copied to clipboard

fix MC-197260 causing armorstands to render dark

Open MrKinau opened this issue 3 months ago • 0 comments

Fixes #507

Root cause of this issue is that skylight is taken from the block with the highest block light. If all block lights are 0, the sky light might be taken from a block where the sky light is 0 as well (e.g. the block below the armorstand). Changed it to always merge all checked blocks: Using the highest sky light and highest block light.

MrKinau avatar Nov 26 '25 04:11 MrKinau