imposiblaa

create station

Dec 24th, 2020 (edited)
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.53 KB | None | 0 0
  1. hightOffGround = 7
  2.  
  3. term.clear()
  4. print("please place the following items in the given slots: \n\n -slot 1: building materials \n -slot 2: coal chest \n -slot 3: drop-off chest \n -slot 4: disk drive \n -slot 5: logistical transporters \n -slot 6: logistical sorter \n -slot 7: empty floppy disk \n -slot 8: a piece of coal \n\n press any key to continue")
  5.  
  6. waiting = true
  7. while waiting do
  8.     if os.pullEvent("char") then
  9.         waiting = false
  10.     end
  11. end
  12. turtle.select(8)
  13. turtle.refuel()
  14.  
  15. for h = 1, hightOffGround + 1 do
  16.     turtle.up()
  17. end
  18. turtle.select(1)
  19. turtle.placeDown()
  20. turtle.forward()
  21. turtle.select(4)
  22. turtle.placeDown()
  23. turtle.select(7)
  24. turtle.dropDown()
  25. shell.setDir("disk")
  26. shell.run("pastebin", "get", "DCct7BHP", "startup")
  27. turtle.forward()
  28. turtle.turnRight()
  29. turtle.forward()
  30. turtle.select(1)
  31. turtle.placeDown()
  32. turtle.turnRight()
  33. turtle.forward()
  34. turtle.placeDown()
  35. turtle.forward()
  36. turtle.placeDown()
  37. turtle.turnLeft()
  38. turtle.forward()
  39. turtle.placeDown()
  40. turtle.turnLeft()
  41. turtle.forward()
  42. turtle.placeDown()
  43. turtle.up()
  44. turtle.turnRight()
  45. turtle.turnRight()
  46. turtle.select(3)
  47. turtle.place()
  48. turtle.back()
  49. turtle.select(6)
  50. turtle.place()
  51. turtle.down()
  52. turtle.select(5)
  53. turtle.placeUp()
  54. turtle.turnLeft()
  55. turtle.back()
  56. turtle.placeUp()
  57. turtle.back()
  58. turtle.placeUp()
  59. turtle.turnLeft()
  60. turtle.back()
  61. turtle.select(2)
  62. turtle.placeUp()
  63. turtle.back()
  64.  
  65. shell.setDir("")
  66. shell.run("pastebin get https://pastebin.com/UW4xCnis mine")
  67. shell.run("pastebin", "get", "8xq5iTnr", "mine2")
  68.  
  69.  
Add Comment
Please, Sign In to add comment