Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- hightOffGround = 7
- term.clear()
- 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")
- waiting = true
- while waiting do
- if os.pullEvent("char") then
- waiting = false
- end
- end
- turtle.select(8)
- turtle.refuel()
- for h = 1, hightOffGround + 1 do
- turtle.up()
- end
- turtle.select(1)
- turtle.placeDown()
- turtle.forward()
- turtle.select(4)
- turtle.placeDown()
- turtle.select(7)
- turtle.dropDown()
- shell.setDir("disk")
- shell.run("pastebin", "get", "DCct7BHP", "startup")
- turtle.forward()
- turtle.turnRight()
- turtle.forward()
- turtle.select(1)
- turtle.placeDown()
- turtle.turnRight()
- turtle.forward()
- turtle.placeDown()
- turtle.forward()
- turtle.placeDown()
- turtle.turnLeft()
- turtle.forward()
- turtle.placeDown()
- turtle.turnLeft()
- turtle.forward()
- turtle.placeDown()
- turtle.up()
- turtle.turnRight()
- turtle.turnRight()
- turtle.select(3)
- turtle.place()
- turtle.back()
- turtle.select(6)
- turtle.place()
- turtle.down()
- turtle.select(5)
- turtle.placeUp()
- turtle.turnLeft()
- turtle.back()
- turtle.placeUp()
- turtle.back()
- turtle.placeUp()
- turtle.turnLeft()
- turtle.back()
- turtle.select(2)
- turtle.placeUp()
- turtle.back()
- shell.setDir("")
- shell.run("pastebin get https://pastebin.com/UW4xCnis mine")
- shell.run("pastebin", "get", "8xq5iTnr", "mine2")
Add Comment
Please, Sign In to add comment