mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-24 11:31:09 +01:00
6 lines
169 B
Lua
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),
|
|
})
|
|
|