void pick node checks

This commit is contained in:
tenplus1 2021-07-11 13:23:46 +01:00
parent abc57a64fb
commit 876ce82a0b

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