Only show numbers if red?
Docteh opened this issue ยท 3 comments
I noticed that if i want to use optifine shaders with the LightOverlay, I need to use the numbers mode, but it shows numbers for every block, including on top of torches. (This is mentioned on #5 and the curseforge page)
Would it be possible to only draw numbers when they would be 7 or lower?
Whenever I'm digging or mining, the numbers blink green boxes, and if I could configure it to only show on the low light blocks, this wouldn't be a big problem.
I looked at the code for a potential easy spot to add a cheeky if (lightLevel >=7) { ... }
but I don't understand minecraft mods ๐
yep! while this can be kinda done with the crosses and turning off the secondary light level, but it can't be done with the numbers setup
BUMP!
I'd love this feature too, would be great to have a config value to enable a mode where it only shows
light level <= light level config value
and hides all the other (non-relavant) information.
Also.. thanks for a super userful mod ๐ฐ ๐