mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-24 20:03:45 +01:00
Add settings file
This commit is contained in:
parent
58d7ac65c7
commit
814a3337f3
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