generated from your-land/yl_template
9 lines
348 B
Lua
9 lines
348 B
Lua
|
|
-- Setting a configuration, switch the order in which the settings shall take precedence. First valid one taken.
|
|
|
|
yl_api_nodestages.settings = {}
|
|
|
|
yl_api_nodestages.settings.debug = minetest.settings:get("yl_api_nodestages.debug") or true
|
|
|
|
yl_api_nodestages.settings.maximum_stages = minetest.settings:get("yl_api_nodestages.maximum_stages") or 8
|