Posted 31 May 2014 - 11:13 PM
I am working on a programme in a turtle that gets it to dig a quarry like hole, the problem I found was that the command turtle.dig() digs the block infront of it so the turtle would need a 1 block hole all the way down so it would be able to work. As this makes it less automatic as you can't just lead it over to an area and get it to dig. I was going to abandon the program but I thought that there might me a line of code that solves my problem. So I was wondering is there a command like turtle.digDown() . As it is late at night and I only just thought of the idea I haven't had time to check for myself so if someone could tell me what the line is that would be very much appreciated.