34 posts
Posted 11 September 2012 - 01:28 PM
How do you detect what type of block is in front of the turtle?
(eg: if cobblestone is in front of the turtle then go up, and forwards)
4 posts
Posted 11 September 2012 - 01:38 PM
I'm no expert programmer, but if you put a piece of cobble in the inventory of the turtle you can do a compare to the block infront of it, if it returns true then make the turtle move up and forward.
34 posts
Posted 11 September 2012 - 02:05 PM
I'm no expert programmer, but if you put a piece of cobble in the inventory of the turtle you can do a compare to the block infront of it, if it returns true then make the turtle move up and forward.
Ok thanks :D/>/> i'll do some testing
(i've started writing an advanced mining bot)