Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- os.pullEvent("redstone")
- if rs.getInput("right") then
- turtle.suckDown()
- turtle.refuel()
- turtle.suck()
- turtle.suckUp()
- turtle.turnRight()
- turtle.turnRight()
- turtle.forward()
- turtle.forward()
- turtle.forward()
- turtle.forward()
- turtle.select(1)
- turtle.place()
- turtle.up()
- turtle.turnLeft()
- turtle.forward()
- turtle.turnRight()
- turtle.place()
- turtle.turnRight()
- turtle.forward()
- turtle.turnLeft()
- turtle.place()
- turtle.turnRight()
- turtle.forward()
- turtle.turnLeft()
- turtle.place()
- turtle.up()
- turtle.select(2)
- turtle.place()
- turtle.turnLeft()
- turtle.forward()
- turtle.turnRight()
- turtle.place()
- turtle.turnLeft()
- turtle.forward()
- turtle.turnRight()
- turtle.place()
- turtle.turnRight()
- turtle.forward()
- turtle.turnLeft()
- turtle.down()
- turtle.down()
- turtle.back()
- turtle.back()
- turtle.back()
- turtle.back()
- turtle.turnRight()
- turtle.turnRight()
- turtle.select(1)
- sleep(10)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment