Add settings file

This commit is contained in:
teknomunk 2024-06-11 18:20:24 -05:00
parent 413c18c72f
commit 0f3e536d72

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