Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. if turtle.detect() then
  2. turtle.dig()
  3. end
  4.  
  5. if turtle.detectUp() then
  6. turtle.digUp()
  7. end
  8.  
  9. turtle.forward()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement