void pick tweak

This commit is contained in:
tenplus1 2021-08-03 21:10:26 +01:00
parent 876ce82a0b
commit e8795fd9a7

@ -829,6 +829,7 @@ function minetest.handle_node_drops(pos, drops, digger)
local nn = minetest.get_node(pos).name
if nn == "default:furnace_active"
or nn:find("xpanes:")
or minetest.get_item_group(nn, "cracky") == 0 then
return old_handle_node_drops(pos, drops, digger)
end