Merge pull request 'Add hunger debug setting' (#4127) from add-hunger-debug-setting into master

Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/4127
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
This commit is contained in:
the-real-herowl 2024-01-13 03:47:41 +00:00
commit c70ae8e535
1 changed files with 3 additions and 0 deletions

View File

@ -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