filter: allow to take items out of locked chests if same owner (#193)

This commit is contained in:
DS 2017-08-17 21:20:38 +02:00 committed by Vanessa Ezekowitz
parent f9f436fd7e
commit c57a35d5bd
1 changed files with 7 additions and 6 deletions

View File

@ -142,6 +142,7 @@ override_protected = {
end end
return inv:room_for_item("main", stack) return inv:room_for_item("main", stack)
end, end,
input_inventory = "main",
connect_sides = {left = 1, right = 1, back = 1, bottom = 1, top = 1} connect_sides = {left = 1, right = 1, back = 1, bottom = 1, top = 1}
}, },
after_dig_node = pipeworks.after_dig after_dig_node = pipeworks.after_dig