Skip to content
Snippets Groups Projects
Commit d5e19d70 authored by Auke Kok's avatar Auke Kok Committed by paramat
Browse files

Screwdriver: drop nodes if no longer attached.

This should be fairly cheap and pops off items if needed.
parent efb81d18
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,7 @@ screwdriver.handler = function(itemstack, user, pointed_thing, mode, uses)
if should_rotate then
node.param2 = new_param2
minetest.swap_node(pos, node)
minetest.check_for_falling(pos)
end
if not minetest.setting_getbool("creative_mode") then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment