Advertisement
toast_account_i_made

thing

Jun 10th, 2021 (edited)
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1.  
  2. local b = 0
  3. while b < 10 do
  4. turtle.dig()
  5. turtle.forward()
  6.  
  7. local a = 0
  8.  
  9. while a < 10 do
  10. turtle.dig()
  11. turtle.forward()
  12. turtle.turnRight()
  13. turtle.turnRight()
  14. turtle.place()
  15. turtle.turnRight()
  16. turtle.turnRight()
  17. a=a+1
  18. end
  19.  
  20. turtle.turnRight()
  21. turtle.forward()
  22. turtle.turnRight()
  23.  
  24. b=b+1
  25.  
  26. turtle.dig()
  27. turtle.forward()
  28.  
  29. local a = 0
  30.  
  31. while a < 10 do
  32. turtle.dig()
  33. turtle.forward()
  34. turtle.turnRight()
  35. turtle.turnRight()
  36. turtle.place()
  37. turtle.turnRight()
  38. turtle.turnRight()
  39. a=a+1
  40. end
  41.  
  42.  
  43. turtle.turnLeft()
  44. turtle.forward()
  45. turtle.turnLeft()
  46.  
  47. b=b+1
  48. end
  49.  
  50. turtle.turnLeft()
  51.  
  52. local c = 0
  53. while c < 10 do
  54. turtle.forward()
  55. c=c+1
  56. end
  57. turtle.turnRight()
  58.  
  59.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement