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 119 forks source link

`Spawnable` `lightLevelMarkerCondition` incorrectly uses >0 as safe in nether #279

Open EthanZeigler opened 1 year ago

EthanZeigler commented 1 year ago

Description When the lightLevelMarkerCondition is set to Spawnable, the difference in minimum light level in the nether vs overworld isn't considered meaning many blocks are missing the light overlay incorrectly.

Expected In the nether, setting lightLevelMarkerCondition to Spawnable makes the minimum light level 12 due to the zombie piglin's spawn rules and the piglin's (they're the same for light)

Actual In the nether, setting lightLevelMarkerCondition to Spawnable makes the minimum light level 1