I'm trying to find a more compact solution to this than "Use a number of export buses or interfaces equal to the number of different item types in the network divided by 8".
The problem: I'm storing my ores in a subnetwork and would like to send them to be processed with a switch. I've set it all up and it works nicely, however this part of it is unelegant and clumsy: there are about 45 different Extractable ores (counting different ore dictionary versions as one) in an FTB Monster game (possibly more), so I needed to use six export buses and a minimum of two buffer chests to get them all out. I find that unsatisfactory and would like to know if anyone has found a more elegant solution.
When trying this first, I was mislead by the fact that Logistics Provider Pipes can see the whole ME network if connected to an unconfigured ME Interface. Unfortunately, these are the only LP functions which can. Extractor modules and Pipes only see items in the export list of the ME interface, so while you can supply machines with specific items from the ME network with the Provider/Supplier system, Logistics Pipes can't be used to extract items out of the network by the Extractor's "empty blacklist" functionality. The same applies to TE itemducts and EnderIO conduits. You can't even pipe out items from an ME chest.
So...is there any other solution to this?
The problem: I'm storing my ores in a subnetwork and would like to send them to be processed with a switch. I've set it all up and it works nicely, however this part of it is unelegant and clumsy: there are about 45 different Extractable ores (counting different ore dictionary versions as one) in an FTB Monster game (possibly more), so I needed to use six export buses and a minimum of two buffer chests to get them all out. I find that unsatisfactory and would like to know if anyone has found a more elegant solution.
When trying this first, I was mislead by the fact that Logistics Provider Pipes can see the whole ME network if connected to an unconfigured ME Interface. Unfortunately, these are the only LP functions which can. Extractor modules and Pipes only see items in the export list of the ME interface, so while you can supply machines with specific items from the ME network with the Provider/Supplier system, Logistics Pipes can't be used to extract items out of the network by the Extractor's "empty blacklist" functionality. The same applies to TE itemducts and EnderIO conduits. You can't even pipe out items from an ME chest.
So...is there any other solution to this?