47 posts
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?
864 posts
Location
Sometime.
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.
47 posts
Posted 01 August 2012 - 04:29 PM
Draw out the item? What do you mean?
864 posts
Location
Sometime.
Posted 01 August 2012 - 04:43 PM
Like how you would craft a pickaxe.
47 posts
Posted 01 August 2012 - 05:01 PM
But where i must draw this?
1604 posts
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.