add comment.

This commit is contained in:
trans_soup 2023-10-21 11:15:25 +02:00
parent 914f26e613
commit bab117c98c
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ local events = blockgame.events.namespace("api")
function blockgame.register_node (name, def, modname)
-- TODO: take full name and then extract modname and base name from that, that'll probably be easier to maintain.
-- (if no modname is provided, still assume it like what is being done currently.)
local modname = modname or minetest.get_current_modname()
local full_name = modname .. ":" .. name