This commit is contained in:
teknomunk 2024-06-12 07:30:40 -05:00
parent 3e3104547d
commit 53cbeb2cef

@ -6,7 +6,7 @@ local S = minetest.get_translator(modname)
local max_tick_timer = vl_tuning.setting("health_regen_delay", "number", {
default = tonumber(minetest.settings:get("mcl_health_regen_delay")) or 0.5,
})
local natural_regeneration = vl_tuning.settings("gamerule:naturalRegeneration", "bool", {
local natural_regeneration = vl_tuning.setting("gamerule:naturalRegeneration", "bool", {
default = true,
})