Option to loop over items in a filter
DriesBruggeman opened this issue ยท 0 comments
[Sugestion]
I was thinking it would be nice if there was an option to loop over items in a filter.
I have an item conduit extracting ore chunks from a drawer controller. The issue is because I have over 5k chunks of each ore it is pulling all iron ore chunks first until it goes over to the copper chucks and so on.
The feature would be that when a filter is applied, say iron gold and copper, that it pulls 1 (or 4 because 4 in one operation) iron one, 1 (or 4) gold ore, 1 or 4 copper before going back to the iron.
Thanks in advance!