@@ -81,9 +81,8 @@ -- if nname == 'air' or minetest.registered_nodes[nname].walkable ~= true then return -- elseif nname == 'ignore' then goto destroy end -- else fall through to explode if collision then -- since 5.3 only!! - print('collision detected!',dump(collision)) if collision.collides == false then return end if #collision.collisions > 0 then local col = collision.collisions[1] if col.node_pos then