Fixed bug where sieve_defect didn't check for protection

This commit is contained in:
0siribix 2021-07-09 16:30:04 -05:00
parent bc8ef5840b
commit 84b798640a

@ -627,6 +627,10 @@ if minetest.global_exists("tubelib") then
end
end,
allow_metadata_inventory_put = allow_metadata_inventory_put,
allow_metadata_inventory_move = allow_metadata_inventory_move,
allow_metadata_inventory_take = allow_metadata_inventory_take,
paramtype = "light",
sounds = default.node_sound_wood_defaults(),
paramtype2 = "facedir",