mojira.dev
MC-116690

Light does not spread to unloaded/empty chunks

Light does not spread into unloaded subchunks causing them to look dark. If only some of the blocks affected by the light source border the subchunk then only they will appear dark, blocks under the subchunk boarder will update as they should.
The darkness is client side but persists on relog. If light spread is updated the affected area will update, however it will go dark again upon reloading
Having anything in the next subchunk, like a flower, lets the light spread as it should on load. Loading the subchunk by placing a block will not fix the light spread unless the client sees a lighting update.

Linked issues

Attachments

Comments 1

Could this be reopened, as it is not a duplicate of MC-91136? As explained in the comments of MC-91136, that one is caused by light updates not being processed immediately, while this here is caused by sections that only contain light (but no blocks) not being sent to the client at all (see https://github.com/MinecraftForge/MinecraftForge/pull/3891 for a possible fix)

Justin Reed

(Unassigned)

Confirmed

Minecraft 1.11.2, Minecraft 1.12, Minecraft 1.12.1

Retrieved