mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-12-29 17:17:29 +01:00
filter: allow to take items out of locked chests if same owner (#193)
This commit is contained in:
parent
f9f436fd7e
commit
c57a35d5bd
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user