mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-07-26 20:10:23 +02:00
filter: allow to take items out of locked chests if same owner (#193)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user