minetest.node_punch added

This commit is contained in:
Joachim Stolberg 2018-04-20 20:17:10 +02:00
parent 5ab5da90e5
commit 8e5af36324

@ -69,6 +69,7 @@ local function on_punch(pos, node, puncher)
add_steps(pos, puncher)
end
end
minetest.node_punch(pos, node, puncher, pointed_thing)
end
--