generated from your-land/yl_template
7 lines
232 B
Lua
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
|