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