Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sleepTime = 25
- while true do
- turtle.select(1)
- while redstone.getInput("back") do
- turtle.suck()
- turtle.suck()
- turtle.suckUp(42)
- turtle.dropUp()
- turtle.select(2)
- turtle.dropUp(20)
- turtle.dropDown()
- turtle.select(3)
- turtle.drop()
- turtle.select(1)
- i = 0
- while i < sleepTime do
- os.setComputerLabel("Sleeping for: "..sleepTime-i.." seconds")
- i = i + 1
- sleep(1)
- end
- end
- sleep(.1)
- end
Advertisement
Add Comment
Please, Sign In to add comment