Logistics Pipes

Logistics Pipes

13M Downloads

polimorfic item sink not working correcly with drawer controller ( locked drawers with 0 items)

mikiones opened this issue ยท 2 comments

commented

if locked drawers is emptied, the polimorfic item sink stops route to that inventory

commented

Have the same issue, easy to fix, just set the connected provider to "leave 1 item per type" so the drawer is never fully emptied.

commented

This is expected behavior because of how polymorphic sinks work (will only accept items based on attached inventory, of course if everything gets pulled out, it won't accept that item anymore), and the way @Anaksanamune uses them is the correct way (or at least, one way) to make it work as you want it to.