forked from VoxeLibre/VoxeLibre
Make health regen delay setting into float to allow decimals
This commit is contained in:
parent
9d35d58b05
commit
074fc2de15
|
@ -97,7 +97,7 @@ 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
|
||||
mcl_health_regen_delay (Health regen delay) float 4 0
|
||||
|
||||
[Mobs]
|
||||
# If enabled, mobs will spawn naturally. This does not affect
|
||||
|
|
Loading…
Reference in New Issue