From cefa8e64b91a2e9132c8cbdf3e7b9d9d7775a8f1 Mon Sep 17 00:00:00 2001 From: Lars Mueller Date: Fri, 30 Sep 2022 12:45:15 +0200 Subject: [PATCH] Add TODO for mod.require --- minetest/mod.lua | 2 ++ 1 file changed, 2 insertions(+) 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 = {}