[IDEA] Rework Pipe Filter Logic, Default Route Option
thebloxxer11 opened this issue ยท 1 comments
Is your feature request related to a problem? Please describe.
When working on a quarry resource handling network, items get sent to places they shouldn't when the filters are correct.
Describe the solution you'd like
Filters follow "this and only this" logic, where if an output has a filter attached, then only the items specified in the filter can go in the inventory, inversed for blacklists. Also, add a default route option while you are at it.
Describe alternatives you've considered
There isn't really any alternatives, cause setting up excess filters gets annoying quickly.
Additional context
I have swapped out which item transport method I am using for the above project due to this.
Duplicate of #45