Add settings file

This commit is contained in:
teknomunk 2024-06-11 18:20:24 -05:00
parent 693c68e1b0
commit 4a950aea75

@ -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),
})