Advertisement
Guest User

q

a guest
Nov 24th, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.37 KB | None | 0 0
  1. print( "Block-1 Marker-2 Quarry-3 Tesseract/Energy Cell-4 Item Pipe-5 Energy Pipe-6 Automas Activator-7 Nothing-9" )
  2. turtle.up()
  3. x = 1
  4. while x<50 do
  5.   x = x + 1
  6.   turtle.dig()
  7.   turtle.forward()
  8.   end
  9. turtle.digDown()
  10. turtle.down()
  11. turtle.select(1)
  12. turtle.placeDown()
  13. turtle.up()
  14. turtle.select(2)
  15. turtle.placeDown()
  16. turtle.turnRight()
  17. turtle.turnRight()
  18. x = 1
  19. while x<50 do
  20.   x = x + 1
  21.   turtle.dig()
  22.   turtle.forward()
  23.   end
  24. turtle.turnRight()
  25. x = 1
  26. while x<50 do
  27.   x = x + 1
  28.   turtle.dig()
  29.   turtle.forward()
  30.   end
  31. turtle.digDown()
  32. turtle.down()
  33. turtle.select(1)
  34. turtle.placeDown()
  35. turtle.up()
  36. turtle.select(2)
  37. turtle.placeDown()
  38. turtle.turnRight()
  39. turtle.turnRight()
  40. x = 1
  41. while x<50 do
  42.   x = x + 1
  43.   turtle.dig()
  44.   turtle.forward()
  45.   end
  46. turtle.down()
  47. turtle.select(7)
  48. turtle.digDown()
  49. turtle.placeDown()
  50. turtle.up()
  51. turtle.select(2)
  52. turtle.placeDown()
  53. turtle.turnRight()
  54. turtle.select(9)
  55. turtle.placeDown()
  56. turtle.forward()
  57. turtle.select(3)
  58. turtle.placeDown()
  59. turtle.forward()
  60. turtle.turnLeft()
  61. turtle.forward()
  62. turtle.down()
  63. turtle.turnLeft()
  64. turtle.select(5)
  65. turtle.place()
  66. turtle.turnLeft()
  67. turtle.select(6)
  68. turtle.place()
  69. turtle.up()
  70. turtle.place()
  71. turtle.turnRight()
  72. turtle.select(5)
  73. turtle.place()
  74. turtle.up()
  75. turtle.forward()
  76. turtle.turnLeft()
  77. turtle.forward()
  78. turtle.select(4)
  79. turtle.placeDown()
  80. print( "Done" )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement