Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. turtle.refuel()
  2. for i=1,17 do
  3. print ("Loop:")
  4. print (i)
  5. turtle.turnLeft()
  6. turtle.dig()
  7. turtle.turnRight()
  8. turtle.dig()
  9. turtle.forward()
  10. end
  11. print ("ending Row 1")
  12. turtle.turnLeft()
  13. turtle.dig()
  14. turtle.turnLeft()
  15. turtle.forward()
  16. turtle.turnLeft()
  17.  
  18. for i=1,18 do
  19. print ("Loop:")
  20. print (i)
  21. turtle.turnLeft()
  22. turtle.dig()
  23. turtle.turnRight()
  24. turtle.dig()
  25. turtle.forward()
  26. end
  27. print ("ending Row 2")
  28. turtle.turnLeft()
  29. turtle.dig()
  30. turtle.turnLeft()
  31. turtle.forward()
  32. turtle.turnLeft()
  33. for i=1,17 do
  34. print ("Loop:")
  35. print (i)
  36. turtle.turnLeft()
  37. turtle.dig()
  38. turtle.turnRight()
  39. turtle.dig()
  40. turtle.forward()
  41. end
  42. print ("ending Row 3")
  43. turtle.turnLeft()
  44. turtle.dig()
  45. turtle.turnLeft()
  46. turtle.forward()
  47. turtle.turnLeft()
  48.  
  49. for i=1,18 do
  50. print ("Loop:")
  51. print (i)
  52. turtle.turnLeft()
  53. turtle.dig()
  54. turtle.turnRight()
  55. turtle.dig()
  56. turtle.forward()
  57. end
  58. print ("ending Row 4")
  59. turtle.turnLeft()
  60. turtle.dig()
  61. turtle.turnLeft()
  62. turtle.forward()
  63. turtle.turnLeft()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement