The problem is this: I have an oreberry farm which produces significant amounts of metal. The ME network has no problem automatically smelting those into nuggets - I just send them all to the same machine with an export bus. However, now I want to auto-craft those into ingots. There are several ways to do this. I could use Factorization packagers, or TE cyclic assemblers, but the problem is I would need one machine per item, since cyclic assemblers only accept one recipe at a time and I can't send fully automated crafting requests to the ME network, I can only export unconditionally, so that the packagers would get stuck with having less than nine nuggets of a metal, blocking processing of other metals until the 9 for the next ingot of the current one are present.
Is there any way to do this in a reasonably compact way?
As I see it, the problem is that AE really doesn't do conditional automated crafting well, as evidenced by the extreme lengths you need to go to get a supply or "keep X of Y in store at all times" functionality implemented. So I've looked at a possible integration with ComputerCraft. There appear to have been several attempts to create CC peripheral functions for AE, but they all appear to be outdated, i.e. two years old and made for MC 1.5 or suchlike. Does anyone know the current state of things, as in what I'd need to add to my modpack to let me send programmed crafting requests to the ME network?
Oh, and this is the DW20 modpack, version 1.0.23 for MC 1.6.4
Is there any way to do this in a reasonably compact way?
As I see it, the problem is that AE really doesn't do conditional automated crafting well, as evidenced by the extreme lengths you need to go to get a supply or "keep X of Y in store at all times" functionality implemented. So I've looked at a possible integration with ComputerCraft. There appear to have been several attempts to create CC peripheral functions for AE, but they all appear to be outdated, i.e. two years old and made for MC 1.5 or suchlike. Does anyone know the current state of things, as in what I'd need to add to my modpack to let me send programmed crafting requests to the ME network?
Oh, and this is the DW20 modpack, version 1.0.23 for MC 1.6.4