desht / ModularRouters

A Forge Mod for item routers with pluggable modules
16 stars 20 forks source link

Filtered Round Robin reading from Bulk Filter #178

Open EvergreenMoth8 opened 1 year ago

EvergreenMoth8 commented 1 year ago

Describe the feature

is it possible to make the Filtered Round Robin Augment also use the bulk item filter to determine the order of items it pulls/sends in?

Reasons why it should be considered

im currently using modular routers and refined storage to automate rune crafting for botania and if i request more than 2 of the same rune and the required items stack it just sends one of item same until it reaches amount i have in the regulator said rune. Allowing it to read from the bulk item filter will make it take up less routers and instead just need 1 or 2 bulk filters with the correct order for each rune

Additional details

No response