tomtrein

Untitled

Jul 20th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. for i=1, 12 do
  2. turtle.select(i)
  3. turtle.suckDown()
  4. end
  5. for i=1, 12 do
  6. turtle.forward()
  7. turtle.turnLeft()
  8. turtle.select(i)
  9. turtle.drop()
  10. turtle.turnRight()
  11. end
  12. turtle.turnRight()
  13. turtle.turnRight()
  14. for i=1, 12 do
  15. turtle.forward()
  16. end
  17. turtle.turnRight()
  18. turtle.turnRight()
Advertisement
Add Comment
Please, Sign In to add comment