Disable normal punch mechanism; MUST settle into node-space first.
This commit is contained in:
parent
7e9fcf296d
commit
3a7ac241fc
@ -125,7 +125,8 @@ minetest.register_node(modname .. ":stack", {
|
||||
minetest.item_drop(stack, nil, posto)
|
||||
end
|
||||
return minetest.remove_node(posfrom)
|
||||
end
|
||||
end,
|
||||
on_punch = function() end
|
||||
})
|
||||
|
||||
local bii = minetest.registered_entities["__builtin:item"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user