forked from VoxeLibre/VoxeLibre
Make food health regen delay a configurable setting
This commit is contained in:
parent
61ed9e44cf
commit
47c7e06ccb
|
@ -95,6 +95,10 @@ mcl_creative_dig_speed (Creative mode dig speed) float 0.2
|
||||||
# If enabled the hunger mechanic will be active
|
# If enabled the hunger mechanic will be active
|
||||||
mcl_enable_hunger (Hunger mechanic) bool true
|
mcl_enable_hunger (Hunger mechanic) bool true
|
||||||
|
|
||||||
|
# Health regeneration delay when hunger bar is full
|
||||||
|
# Default:4
|
||||||
|
mcl_health_regen_delay (Health regen delay) int 4
|
||||||
|
|
||||||
[Mobs]
|
[Mobs]
|
||||||
# If enabled, mobs will spawn naturally. This does not affect
|
# If enabled, mobs will spawn naturally. This does not affect
|
||||||
# affect mob spawners.
|
# affect mob spawners.
|
||||||
|
|
Loading…
Reference in New Issue