Advertisement
Guest User

piaf

a guest
Apr 24th, 2014
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.66 KB | None | 0 0
  1. while true do
  2.  
  3. turtle.select(3)
  4. turtle.place(1)
  5. turtle.select(4)
  6. turtle.place()
  7. turtle.place()
  8. turtle.place()
  9. turtle.place()
  10. turtle.place()
  11. turtle.place()
  12. turtle.dig()
  13. turtle.up(1)
  14. turtle.dig()
  15. turtle.up(1)
  16. turtle.dig(1)
  17. turtle.digUp()
  18. turtle.up(1)
  19. turtle.dig()
  20. turtle.digUp()
  21. turtle.up(1)
  22. turtle.dig()
  23. turtle.digUp()
  24. turtle.down(1)
  25. turtle.down(1)
  26. turtle.down(1)
  27. turtle.down(1)
  28. turtle.down(1)
  29. turtle.down(1)
  30. turtle.turnRight(1)
  31. turtle.turnRight(1)
  32. turtle.drop()
  33. turtle.select(4)
  34. turtle.drop()
  35. turtle.select(1)
  36. turtle.drop()
  37. turtle.select(3)
  38. turtle.suck(1)
  39. turtle.select(4)
  40. turtle.suck(5)
  41. turtle.turnLeft()
  42. turtle.turnLeft()
  43.  
  44.  
  45. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement