Lanterns (of both soul and normal variant) now distribute randomly placed point lights in the surrounding area of their location. This results in the game appearing to emit light from no visible light source in those positions.
Steps to Reproduce:
Enter any world with Ray Tracing on
(You can use this pack to test the issue)Enter any area of the world where lanterns have been placed. An Ancient City is a good example of this.
Observed Results:
Random positions around the lanterns will have a point light placed, making it appear as though light is coming from nothing in those locations.
Expected Results:
Lantern's point lights should only be positioned in the proper place on the block, similar to how they functioned in previous versions of the game. Light should not emit in places where there are no light sources unless a Light Block is placed there.
Bug Analysis:
Here you can see how row of lanterns cast a point light every other block in positive direction equal to double the chunk relative X coordinate of each lantern.
Here is a bigger view. The upper left chunk is casting point lights all over the 3 neighboring chunks, with each point light being offset by double the relative coordinates of each lantern.
[media]With this information it's likely that this bug is caused by a simple logic error where the point light's location offset from the origin of each chunk a lantern/end rod is in is accidentally doubled.
Linked issues
is duplicated by 2
relates to 1
Attachments
Comments 11
Still affects Preview 1.19.20.24. Please do not resolve this issue as it still occurs despite it's listing on the changelog.
It turns out that lanterns were the culprit for the point lights, I've updated this report accordingly.
Is there any way to solve this in game? After placing lanterns I have random lights scattered all around
So here is two videos showing some more things I found related to this bug https://youtu.be/UsBx6nVvRh8 https://youtu.be/iOVaJbdXE4k
If you update the blocks within the light area, does the light turn itself off?