SchmarrnDevs / Lighty

The Light Overlay Mod with a twist!
https://modrinth.com/mod/lighty
Apache License 2.0
14 stars 11 forks source link

Recompute overlay when render distance changes #33

Closed andi-makes closed 1 year ago

andi-makes commented 1 year ago

If you increase your render distance, the light overlay distance doesn't update currently (problem if light overlay distance > render distance)

In the other direction, there are too many chunks saved, which is unnecessary.

Maybe mixin into ClientChunkCache.updateViewRadius

andi-makes commented 1 year ago

Fixed with Lighty v2.1.0