desht / ModularRouters

A Forge Mod for item routers with pluggable modules
19 stars 22 forks source link

Filtered Round Robin Reading Bulk Filter #244

Open ForstLM opened 2 months ago

ForstLM commented 2 months ago

Describe the feature

Using a Bulk Filter in a module that is augmented by Filtered Round Robin would work how it does currently when adding items directly in module filter slots

Reasons why it should be considered

Would eliminate the requirement of having multiple routers to do one job and also allow simplifying it. In my case, I want it to take 1 of each dye and send it to a certain location 1 at a time, however, currently while using the bulk filter it simply keeps grabbing the same dye and sending it while ignoring the Filtered Round Robin augment.

Additional details

This was requested almost 2 years ago, but I noticed that it was still open and there was no response so I figured I would resubmit the request considering it hasn't yet been addressed.