generated from your-land/yl_template
11 lines
418 B
Lua
11 lines
418 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)
|
|
|
|
yl_canned_food.settings.legacy = minetest.settings:get_bool("yl_canned_food.legacy",false)
|
|
|
|
yl_canned_food.settings.duration = minetest.settings:get("yl_canned_food.duration") or 600
|