forked from VoxeLibre/VoxeLibre
Add hunger debug to settingtypes.txt
This commit is contained in:
parent
ce56f396b1
commit
3c7597b75e
|
@ -98,6 +98,9 @@ mcl_creative_dig_speed (Creative mode dig speed) float 0.2
|
|||
# If enabled the hunger mechanic will be active
|
||||
mcl_enable_hunger (Hunger mechanic) bool true
|
||||
|
||||
# Enables hunger debug
|
||||
mcl_hunger_debug (Hunger debug) bool false
|
||||
|
||||
# Health regeneration delay when hunger bar is full
|
||||
# Default: 0.5 s
|
||||
mcl_health_regen_delay (Health regen delay) float 0.5 0
|
||||
|
|
Loading…
Reference in New Issue