yl_canned_food/config.lua
2024-06-12 19:45:24 +02:00

7 lines
232 B
Lua

-- Setting a configuration, switch the order in which the settings shall take precedence. First valid one taken.
yl_canned_food.settings = {}
yl_canned_food.settings.debug = minetest.settings:get("yl_canned_food.debug") or false