Minecraft Java Edition – How to Fix Strange Lighting Anomaly

minecraft-java-edition

So I was on my adventure maps build server and was flying about with my elytra and noticed four bright patches of light on the ground. I swooped down to break what I thought was a torch causing it, but there was nothing there. Just light sitting out in the middle of the night.

Anomaly?

I'm not sure if "anomaly" is the correct word for this, but I have never seen anything like this before. I've checked the world and there is no lighting, even way above the strange patches of light. I uploaded this world to my server.pro server without anything bad happening, and this is not anything of major concern to me, but I would like to know what cause's this and how to stop it. Research only comes up with people wanting to manipulate something like this (beep beep) without even knowing that it's possible.

Best Answer

I've had similar problems like this before. If there were blocks that produced light, like a torch, and it was removed with an external program, in my case Mcedit, the light is never removed. This is because minecraft bakes light levels into a chunk, and when a chunk is edited, the lighting is rebaked. Now, some 3rd party programs or even plugins, if not adequately programmed, may skip the call the rebaking the lightmap, resulting in incorrect lighting. Placing light emiting blocks may fix it, if not delete the chunk via Mcedit and let minecraft regenerate it. If that's not an option, an nbt editor can be used to painstakingly fix it.