maruohon / minihud

A client-side Minecraft mod with configurable "info lines" ("mini-F3") and various overlays, such as light level and structure bounding boxes
GNU Lesser General Public License v3.0
420 stars 123 forks source link

Lightlevel overlay renders below snow layers #337

Closed Vosjedev closed 8 months ago

Vosjedev commented 9 months ago

The light level overlay seems to render below snow layers on nearby blocks, making it unusable in snowy environments. It does however render the numbers on blocks further away...

image

maruohon commented 9 months ago

There are several options in the Generic category for controlling the light level overlay behavior (search for light). I believe what you want in this case is lightLevelAutoHeight. The default options are set for fastest/least checks i.e. best performance when the overlay updates.

Vosjedev commented 8 months ago

Ah, thank you! That's the option I was searching for.