Advertisement
jdroid91

community_project

Jan 19th, 2024 (edited)
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.24 KB | None | 0 0
  1. turtle.select(1)
  2.  
  3. local index = 0
  4. while (index < 64)
  5. do
  6.     turtle.forward()
  7.     turtle.placeDown()
  8.     index = index + 1
  9. end
  10.  
  11. turtle.select(2)
  12. turtle.turnLeft()
  13. turtle.forward()
  14. turtle.placeDown()
  15. turtle.turnLeft()
  16.  
  17. index = 1
  18. while (index < 64)
  19. do
  20.     turtle.forward()
  21.     turtle.placeDown()
  22.     index = index + 1
  23. end
  24.  
  25. turtle.select(3)
  26. turtle.turnRight()
  27. turtle.forward()
  28. turtle.placeDown()
  29. turtle.turnRight()
  30.  
  31. local index = 1
  32. while (index < 64)
  33. do
  34.     turtle.forward()
  35.     turtle.placeDown()
  36.     index = index + 1
  37. end
  38.  
  39. turtle.select(4)
  40. turtle.turnLeft()
  41. turtle.forward()
  42. turtle.placeDown()
  43. turtle.turnLeft()
  44.  
  45. index = 1
  46. while (index < 64)
  47. do
  48.     turtle.forward()
  49.     turtle.placeDown()
  50.     index = index + 1
  51. end
  52.  
  53. turtle.select(5)
  54. turtle.turnRight()
  55. turtle.forward()
  56. turtle.placeDown()
  57. turtle.turnRight()
  58.  
  59. local index = 1
  60. while (index < 64)
  61. do
  62.     turtle.forward()
  63.     turtle.placeDown()
  64.     index = index + 1
  65. end
  66.  
  67. turtle.select(6)
  68. turtle.turnLeft()
  69. turtle.forward()
  70. turtle.placeDown()
  71. turtle.turnLeft()
  72.  
  73. index = 1
  74. while (index < 64)
  75. do
  76.     turtle.forward()
  77.     turtle.placeDown()
  78.     index = index + 1
  79. end
  80.  
  81. turtle.select(7)
  82. turtle.turnRight()
  83. turtle.forward()
  84. turtle.placeDown()
  85. turtle.turnRight()
  86.  
  87. local index = 1
  88. while (index < 64)
  89. do
  90.     turtle.forward()
  91.     turtle.placeDown()
  92.     index = index + 1
  93. end
  94.  
  95. turtle.select(8)
  96. turtle.turnLeft()
  97. turtle.forward()
  98. turtle.placeDown()
  99. turtle.turnLeft()
  100.  
  101. index = 1
  102. while (index < 64)
  103. do
  104.     turtle.forward()
  105.     turtle.placeDown()
  106.     index = index + 1
  107. end
  108.  
  109. turtle.select(9)
  110. turtle.turnRight()
  111. turtle.forward()
  112. turtle.placeDown()
  113. turtle.turnRight()
  114.  
  115. local index = 1
  116. while (index < 64)
  117. do
  118.     turtle.forward()
  119.     turtle.placeDown()
  120.     index = index + 1
  121. end
  122.  
  123. turtle.select(10)
  124. turtle.turnLeft()
  125. turtle.forward()
  126. turtle.placeDown()
  127. turtle.turnLeft()
  128.  
  129. index = 1
  130. while (index < 64)
  131. do
  132.     turtle.forward()
  133.     turtle.placeDown()
  134.     index = index + 1
  135. end
  136.  
  137. turtle.select(11)
  138. turtle.turnRight()
  139. turtle.forward()
  140. turtle.placeDown()
  141. turtle.turnRight()
  142.  
  143. local index = 1
  144. while (index < 64)
  145. do
  146.     turtle.forward()
  147.     turtle.placeDown()
  148.     index = index + 1
  149. end
  150.  
  151. turtle.select(12)
  152. turtle.turnLeft()
  153. turtle.forward()
  154. turtle.placeDown()
  155. turtle.turnLeft()
  156.  
  157. index = 1
  158. while (index < 64)
  159. do
  160.     turtle.forward()
  161.     turtle.placeDown()
  162.     index = index + 1
  163. end
  164.  
  165. turtle.select(13)
  166. turtle.turnRight()
  167. turtle.forward()
  168. turtle.placeDown()
  169. turtle.turnRight()
  170.  
  171. local index = 1
  172. while (index < 64)
  173. do
  174.     turtle.forward()
  175.     turtle.placeDown()
  176.     index = index + 1
  177. end
  178.  
  179. turtle.select(14)
  180. turtle.turnLeft()
  181. turtle.forward()
  182. turtle.placeDown()
  183. turtle.turnLeft()
  184.  
  185. index = 1
  186. while (index < 64)
  187. do
  188.     turtle.forward()
  189.     turtle.placeDown()
  190.     index = index + 1
  191. end
  192.  
  193. turtle.select(15)
  194. turtle.turnRight()
  195. turtle.forward()
  196. turtle.placeDown()
  197. turtle.turnRight()
  198.  
  199. local index = 1
  200. while (index < 64)
  201. do
  202.     turtle.forward()
  203.     turtle.placeDown()
  204.     index = index + 1
  205. end
  206.  
  207. turtle.select(16)
  208. turtle.turnLeft()
  209. turtle.forward()
  210. turtle.placeDown()
  211. turtle.turnLeft()
  212.  
  213. index = 1
  214. while (index < 64)
  215. do
  216.     turtle.forward()
  217.     turtle.placeDown()
  218.     index = index + 1
  219. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement