mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-01-07 15:49:32 +01:00
Add TODO for future planned work
This commit is contained in:
parent
e82496c812
commit
ab7d0544da
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue