mirror of
https://github.com/joe7575/lumberjack.git
synced 2024-11-19 21:43:46 +01:00
minetest.node_punch added
This commit is contained in:
parent
5ab5da90e5
commit
8e5af36324
1
init.lua
1
init.lua
@ -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
|
||||
|
||||
--
|
||||
|
Loading…
Reference in New Issue
Block a user