This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Marval's profile picture

crafting turtle

Started by Marval, 01 August 2012 - 01:37 PM
Marval #1
Posted 01 August 2012 - 03:37 PM
How the crafting with craft turtle works? Can you give any example how to set recipe and use this?
Noodle #2
Posted 01 August 2012 - 04:20 PM
Well you have to draw out the item like a crafting bench.
Then you either make a program or go into lua prompt and add
turtle.craft(1) -- Quantity = 1, You can set to anything.
Marval #3
Posted 01 August 2012 - 04:29 PM
Draw out the item? What do you mean?
Noodle #4
Posted 01 August 2012 - 04:43 PM
Like how you would craft a pickaxe.
Marval #5
Posted 01 August 2012 - 05:01 PM
But where i must draw this?
MysticT #6
Posted 01 August 2012 - 05:26 PM
Just use the turtle inventory like a normal crafting table. Place the blocks/item in the correct order for the recipe and it will craft it when you use turtle.craft.