Advertisement
Guest User

cube

a guest
Feb 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.99 KB | None | 0 0
  1.  
  2. if true then
  3. turtle.forward()
  4. turtle.forward()
  5. turtle.select(1)
  6. turtle.place()
  7. turtle.back()
  8. turtle.place()
  9. turtle.turnLeft()
  10. turtle.back()
  11. turtle.place()
  12. turtle.back()
  13. turtle.place()
  14. turtle.turnLeft()
  15. turtle.back()
  16. turtle.place()
  17. turtle.back()
  18. turtle.place()
  19. turtle.turnLeft()
  20. turtle.back()
  21. turtle.place()
  22. turtle.up()
  23. turtle.placeDown()
  24. turtle.place()
  25. turtle.turnLeft()
  26. turtle.turnLeft()
  27. turtle.place()
  28. turtle.turnLeft()
  29. turtle.forward()
  30. turtle.forward()
  31. turtle.turnLeft()
  32. turtle.place()
  33. turtle.turnLeft()
  34. turtle.turnLeft()
  35. turtle.place()
  36. turtle.up()
  37. turtle.place()
  38. turtle.back()
  39. turtle.place()
  40. turtle.turnLeft()
  41. turtle.back()
  42. turtle.place()
  43. turtle.back()
  44. turtle.place()
  45. turtle.turnLeft()
  46. turtle.back()
  47. turtle.place()
  48. turtle.back()
  49. turtle.place()
  50. turtle.turnLeft()
  51. turtle.back()
  52. turtle.place()
  53. turtle.turnRight()
  54. turtle.back()
  55. turtle.place()
  56. turtle.down()
  57. turtle.down()
  58. turtle.back()
  59. turtle.back()
  60. turtle.turnLeft()
  61. turtle.back()
  62. turtle.back()
  63.  
  64. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement