i have a question for you crazy lua/turtle heads out there:
is it possible to translate an AE crafting request to something computercraft can intercept?
what i would absolutely love to see is a item in my AE network that is craftable, but have computercraft catch the request and let the turtles do their thing on the altar. that would be an amazing system, otherwise id have to go with the massive screen with menus, blah blah blah...i really dont want to go that way if i could avoid it.
Put an interface on the side of a chest, then give it a pattern, programmed something like "Crafts: 1 Axe of the Stream with 1 Thaumium Axe and 1 Greatwood Log and 1 Diamond and 2 Water Shards". When you request an Axe of the Stream, the AE system will output those items into the chest, where a turtle could grab them (if items in chest than infuse?) and set them up accordingly. Make sure that the Axe comes back into the AE network after it's finished, so the completed job will register.
A couple of details, though:
1. ME patterns can't hold more than nine different items. I don't know whether there's a way to have more than one pattern for an item's recipe... but this could be a problem if you have to infuse something like the TT or KAMI items.
2. There is no way, also, to ensure that the correct amount of essentia (plus some for instability!) is available, unless you add items or mana beans that can be dissolved into said recipe. Unless you have already built an automated essentia topping-off system, of course.
3. I don't have any clue as to the CC code needed to set up items symmetrically. Or to kick off the infusion when all the items have been set up. =/
But really... how many times would one need to activate an infusion before having to automate it? Usually, infused items last for a good while, if not forever, before having to be replaced.
I'd be much more interested in seeing the possibility of automated arcane crafting... which, at this point, is not possible, of course...
But good show, anyhow. Nice work on the LP system, too! All I use it for is the remote ordering device. =P