mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-10 02:27:28 +01:00
Add settings file
This commit is contained in:
parent
05eec31a4d
commit
8ba13a39ce
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 New Issue
Block a user