I'm feeding ores in my sorting system from input into a line of pulverizers and then a line of Smelters. Im doing this for the extra ore dusts the pulverizers get. The problem is that the smelters require 2 piles of dust to smelt so currently odd numbers of spare dusts are getting pulled out of my buffer for the smelters and placed in the smelters (which are sitting there waiting to do something). I know of 2 solutions for this problem, 1 of which I hate.
The first, least preferable solution is to remove my hoppers which will just clog my system waiting for the the next dust to show up and unclog the smelter, but that slows down my processing system and keeps the items in a limbo section of processing that I would prefer to avoid.
The second solution is to use a filter, and have it only pull out dusts that only have 2 or more. The problem with this setup is the filter can only track up to 9 items to filter and I have more than 9 kinds of dust for it to pull.
Any ideas for fixes (preferablly not multiple filters?)
The first, least preferable solution is to remove my hoppers which will just clog my system waiting for the the next dust to show up and unclog the smelter, but that slows down my processing system and keeps the items in a limbo section of processing that I would prefer to avoid.
The second solution is to use a filter, and have it only pull out dusts that only have 2 or more. The problem with this setup is the filter can only track up to 9 items to filter and I have more than 9 kinds of dust for it to pull.
Any ideas for fixes (preferablly not multiple filters?)