mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
Add settings file
This commit is contained in:
parent
58d7ac65c7
commit
814a3337f3
1 changed files with 6 additions and 0 deletions
6
mods/CORE/vl_tuning/settings.lua
Normal file
6
mods/CORE/vl_tuning/settings.lua
Normal file
|
@ -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 a new issue