forked from VoxeLibre/VoxeLibre
Add settings file
This commit is contained in:
parent
3185eb1314
commit
5e8b1e068c
|
@ -0,0 +1,6 @@
|
|||
local mod = vl_tuning
|
||||
|
||||
mod.keep_inventory = vl_tuning.setting("gamerule:keepInventory", "bool", {
|
||||
default = minetest.settings:get_bool("mcl_keepInventory", false),
|
||||
})
|
||||
|
Loading…
Reference in New Issue