javiergcim / MakeUpUltraFast

High performance Minecraft shader (Java). For a graphical enhancement. Intended for low-spec computers.
GNU Lesser General Public License v3.0
97 stars 36 forks source link

Torch lighting at high Y-levels doesn't update live #68

Closed butterdogco closed 7 months ago

butterdogco commented 7 months ago

In the video I have attached to this, you can see that the torch light doesn't update until the chunk is reloaded. I'm at Y-level 243 by the way.

Minecraft Version: 1.20.4 Shader Version: 8.8e (Still applies for 8.9a, the video was recorded with 8.8e.)

https://github.com/javiergcim/MakeUpUltraFast/assets/106115826/77cfd428-433a-43dd-bffb-64d672e36436

javiergcim commented 7 months ago

Updating lighting is not the responsibility of the shader. The shader only takes the value reported by Minecraft. The problem must be caused by another mod. You will see the problem in any shader that does not use its own global illumination.