VoxeLibre/mods/CORE/vl_tuning/settings.lua

7 lines
169 B
Lua
Raw Normal View History

2024-06-12 01:20:24 +02:00
local mod = vl_tuning
mod.keep_inventory = vl_tuning.setting("gamerule:keepInventory", "bool", {
default = minetest.settings:get_bool("mcl_keepInventory", false),
})