Advertisement
Guest User

Untitled

a guest
Jul 12th, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while(yPos!=0) do
  2. if(turtle.detect()) then
  3. turtle.dig()
  4. end
  5. turtle.forward()
  6. yPos=yPos-1
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement