Advertisement
AyrA

back

Dec 8th, 2012
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. turtle.turnLeft()
  2. while not turtle.detect() do
  3.     turtle.forward()
  4. end
  5. turtle.digDown()
  6. turtle.down()
  7. turtle.turnRight()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement