mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-11-08 08:23:59 +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
|
||||
return inv:room_for_item("main", stack)
|
||||
end,
|
||||
input_inventory = "main",
|
||||
connect_sides = {left = 1, right = 1, back = 1, bottom = 1, top = 1}
|
||||
},
|
||||
after_dig_node = pipeworks.after_dig
|
||||
|
Loading…
Reference in New Issue
Block a user