Add TODO for future planned work

This commit is contained in:
teknomunk 2025-01-02 18:07:12 -06:00 committed by the-real-herowl
parent e82496c812
commit ab7d0544da

View file

@ -343,6 +343,8 @@ function mcl_util.call_on_rightclick(itemstack, player, pointed_thing)
end
end
end
--- TODO: replace with global right-click handler patched in with core.on_register_mods_loaded()
function mcl_util.handle_node_rightclick(itemstack, player, pointed_thing)
-- Call on_rightclick if the pointed node defines it
if pointed_thing and pointed_thing.type == "node" then