Maffin1231

Untitled

Dec 8th, 2025
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.44 KB | Gaming | 0 0
  1. function iff (x,y,z)
  2. if a[x][y][z]==1 then
  3. turtle.select(1)
  4. elseif a[x][y][z]==2 then
  5. turtle.select(2)
  6. elseif a[x][y][z]==3 then
  7. turtle.select(3)
  8. elseif a[x][y][z]==4 then
  9. turtle.select(4)
  10. elseif a[x][y][z]==5 then
  11. turtle.select(5)
  12. elseif a[x][y][z]==6 then
  13. turtle.select(6)
  14. elseif a[x][y][z]==0 then
  15. turtle.select(16)
  16. end
  17. end
  18.  
  19.  
  20. a = {{{0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0},
  21.   {0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0},
  22.   {0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0},
  23.   {0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0},
  24.   {0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0},
  25.   {0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0},
  26.   {0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0},
  27.   {1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1},
  28.   {1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1},
  29.   {0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0},
  30.   {0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0},
  31.   {0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0},
  32.   {0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0},
  33.   {0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0},
  34.   {0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0},
  35.   {0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0}},
  36.  
  37.  {{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  38.   {0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0},
  39.   {0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0},
  40.   {0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0},
  41.   {0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0},
  42.   {0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0},
  43.   {0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0},
  44.   {0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0},
  45.   {0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0},
  46.   {0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0},
  47.   {0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0},
  48.   {0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0},
  49.   {0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0},
  50.   {0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0},
  51.   {0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0},
  52.   {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}},
  53.  
  54.  {{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  55.   {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  56.   {0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0},
  57.   {0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0},
  58.   {0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0},
  59.   {0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0},
  60.   {0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0},
  61.   {0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0},
  62.   {0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0},
  63.   {0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0},
  64.   {0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0},
  65.   {0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0},
  66.   {0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0},
  67.   {0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0},
  68.   {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  69.   {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}},
  70.  
  71.  {{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  72.   {0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0},
  73.   {0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0},
  74.   {0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0},
  75.   {0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0},
  76.   {0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0},
  77.   {0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0},
  78.   {0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0},
  79.   {0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0},
  80.   {0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0},
  81.   {0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0},
  82.   {0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0},
  83.   {0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0},
  84.   {0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0},
  85.   {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2},
  86.   {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2}},
  87.  
  88. {{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  89.   {0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0},
  90.   {0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0},
  91.   {0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0},
  92.   {0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0},
  93.   {0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0},
  94.   {0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0},
  95.   {0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0},
  96.   {0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0},
  97.   {0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0},
  98.   {0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0},
  99.   {0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0},
  100.   {0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0},
  101.   {0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0},
  102.   {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2},
  103.   {2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2}},
  104.  
  105. {{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  106. {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  107. {0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0},
  108. {0,0,0,2,3,3,3,2,2,3,3,3,2,0,0,0},
  109. {0,0,0,2,0,9,2,0,0,2,0,2,0,0,0,0},
  110. {0,0,0,2,0,0,1,1,1,1,0,2,0,0,0,0},
  111. {0,0,0,2,0,1,1,0,0,0,1,2,0,0,0,0},
  112. {0,0,0,2,0,1,0,0,0,0,1,2,0,0,0,0},
  113. {0,0,0,2,0,1,0,0,0,0,1,2,0,0,0,0},
  114. {0,0,0,2,0,1,1,0,0,1,1,2,0,0,0,0},
  115. {0,0,0,2,0,1,1,1,1,1,0,2,0,0,0,0},
  116. {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  117. {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  118. {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  119. {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  120. {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}},
  121.  
  122. {{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  123. {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  124. {0,0,0,2,2,2,2,2,2,2,2,2,2,0,0,0},
  125. {0,0,0,2,2,2,2,2,2,2,2,2,0,0,0,0},
  126. {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  127. {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  128. {0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0},
  129. {0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0},
  130. {0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0},
  131. {0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0},
  132. {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  133. {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  134. {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  135. {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  136. {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  137. {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}},
  138.  
  139. {{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  140. {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  141. {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  142. {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  143. {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  144. {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  145. {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  146. {0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0},
  147. {0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0},
  148. {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  149. {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  150. {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  151. {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  152. {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  153. {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
  154. {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}}}
  155.  
  156. turtle.up()
  157.  
  158. for x=1, #a do
  159.   for y=1, #a[x] do
  160.     for z=1, #a[x][y] do
  161.       iff(x,y,z)
  162.       turtle.placeDown()
  163.       turtle.forward()
  164.     end
  165.  
  166. turtle.turnRight()
  167. turtle.forward()
  168. turtle.turnRight()
  169.  
  170. for y = 1,#a[x][y] do
  171. turtle.forward()
  172. end
  173.  
  174. turtle.turnRight()
  175. turtle.turnRight()
  176. end
  177.  
  178. turtle.turnLeft()
  179. for y = 1,#a[x] do
  180. turtle.forward()
  181.  
  182. end
  183. turtle.turnRight()
  184. turtle.up()
  185. end
  186.  
  187.  
  188.  
Tags: RTS
Advertisement
Add Comment
Please, Sign In to add comment