mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-01-08 08:09:32 +01:00
Add settings file
This commit is contained in:
parent
413c18c72f
commit
0f3e536d72
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