diff --git a/minetest/mod.lua b/minetest/mod.lua index 162f732..8d77822 100644 --- a/minetest/mod.lua +++ b/minetest/mod.lua @@ -58,6 +58,8 @@ function init(modname) extend(modname, "main") end +-- TODO `require` relative to current mod + local warn_parent_leaf = "modlib: setting %s used both as parent setting and as leaf, ignoring children" local function build_tree(dict) local tree = {}