yl_canned_food/config.lua
2024-07-11 01:49:29 +02:00

7 lines
234 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_bool("yl_canned_food.debug",false)