Merge pull request #96 from 0siribix/master

Fixed bug where sieve_defect didn't check for protection
This commit is contained in:
Joachim Stolberg 2021-07-10 14:16:54 +02:00 committed by GitHub
commit 931bc0a128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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",