VoxeLibre/mods/CORE/vl_tuning/settings.lua
2024-11-17 06:29:41 -06:00

6 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),
})