nomnuggetnom

Untitled

Jun 13th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. turtle.dig()
  2. turtle.forward()
  3.  
  4. while turtle.digUp() do
  5. turtle.up()
  6. end
  7. while not turtle.detectDown() do
  8. turtle.down()
  9. end
  10.  
  11. turtle.turnRight()
  12. turtle.turnRight()
  13. turtle.forward()
  14.  
  15. for i = 1,16 do
  16. turtle.select(i)
  17. dropDown()
  18. end
  19.  
  20. turtle.turnRight()
  21. turtle.turnRight()
Advertisement
Add Comment
Please, Sign In to add comment