void pick tweak for doors
This commit is contained in:
parent
966a839f54
commit
ae4edffcc5
@ -908,6 +908,7 @@ function minetest.handle_node_drops(pos, drops, digger)
|
|||||||
|
|
||||||
if nn == "default:furnace_active"
|
if nn == "default:furnace_active"
|
||||||
or nn:find("xpanes:")
|
or nn:find("xpanes:")
|
||||||
|
or nn:find("door")
|
||||||
or minetest.get_item_group(nn, "cracky") == 0 then
|
or minetest.get_item_group(nn, "cracky") == 0 then
|
||||||
return old_handle_node_drops(pos, drops, digger)
|
return old_handle_node_drops(pos, drops, digger)
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user