2.0.1 (2025-10-08)
- Add per-group light-level avoidance:
light_fear.enabled
: default false (off by default)light_fear.mode
:ABOVE
(avoid bright) orBELOW
(avoid dark)light_fear.threshold
: 0..15 (default 11)light_fear.layer
:COMBINED
(default),BLOCK
, orSKY
light_fear.hysteresis
: margin to prevent jitter (default 1)
- New AI goal
LightFearGoal
that moves mobs toward positions with acceptable light. - Config:
lightCheckCooldownTicks
to control light evaluation interval (default 20 ticks). - Version bump to 2.0.1.
- Fix
mods.toml
dependency keys todependencies.firefearmod
.
Notes:
- Light fear is disabled by default for all groups. Enable it per-group in
config/firefearmod-common.toml
. - Combined brightness is used by default to work both indoors and outdoors.