Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- place Disk Drive slot 1 and Floppy Slot 2
- for d=1,150 do
- turtle.up()
- turtle.turnLeft()
- turtle.select(1)
- turtle.place()
- turtle.select(2)
- turtle.drop()
- turtle.down()
- peripheral.wrap("front").turnOn()
- peripheral.wrap("front").reboot()
- turtle.up()
- turtle.select(2)
- turtle.suck()
- turtle.select(1)
- turtle.dig()
- turtle.down()
- turtle.turnRight()
- turtle.forward()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement