mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-09 18:17:30 +01:00
Fix typo
This commit is contained in:
parent
a9577162f1
commit
45bdc892f2
@ -6,7 +6,7 @@ local S = minetest.get_translator(modname)
|
|||||||
local max_tick_timer = vl_tuning.setting("health_regen_delay", "number", {
|
local max_tick_timer = vl_tuning.setting("health_regen_delay", "number", {
|
||||||
default = tonumber(minetest.settings:get("mcl_health_regen_delay")) or 0.5,
|
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,
|
default = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user