MineClone2/mods/CORE/vl_tuning/settings.lua
2025-01-05 19:56:56 +01: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),
})