ComputerCraft Version Information: CC 1.5/MC 1.4.7/FTB Ultimate v1.0.1
Description of Bug: I have been attempting to use a Crafty Turtle to automate the crafting of redstone using Nether Wart in conjunction with the Alkahest item (Xeno's Reliquary mod - http://ftbwiki.org/Alkahest). This item allows you to craft X of different item types and it will change it into Redstone, Lapis Lazuli, or Lapis Lazuli Blocks depending on the item you convert. These conversions require you to convert entire stacks of items typically (for example I have created a Nether Wart farm and would like to automate converting 64 Nether Wart into 2 Redstone, which I can then use for other purposes). The problem is that the turtle.craft() function in the Turtle API is only capable of consuming a single item in a slot as a part of the craft function, which results in the craft completing but only a single Nether Wart is destroyed, yeilding no Redstone (the Redstone is only created if an entire stack of Nether Wart is crafted at once). This craft functionality works in any manual crafting table but seems to not work properly in the Crafty Turtle. Ideally there would be a parameter you could pass into the turtle.craft() function that would allow it to consume an entire stack of items on a single craft, rather than only a single item per craft.
Steps to Reproduce Bug: Place an Alkahest into any crafting slot (1, 2, 3, 5, 6, 7, 9, 10, 11), and a stack of Nether Wart into any crafting slot on a Crafty Turtle. Run the turtle.craft() function. Only a single Nether Wart will be consumed rather than all 64. (NOTE: You could alternatively use any item other than Nether Wart, provided it is an item that the Alkahest can convert - see http://ftbwiki.org/Alkahest for reference on what items can be converted.)
Thanks for reviewing this issue.
P.S. The turtles are awesome - I love them. I have a mining turtle army instead of a quarry :)/>