MineClone2/mods/CORE/vl_tuning/settings.lua
2024-06-28 11:53:57 +02:00

7 lines
169 B
Lua

local mod = vl_tuning
mod.keep_inventory = vl_tuning.setting("gamerule:keepInventory", "bool", {
default = minetest.settings:get_bool("mcl_keepInventory", false),
})