Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- os.pullEvent("redstone")
- if rs.getInput("right") == true then
- rs.setOutput("left",true)
- sleep(0.2)
- rs.setOutput("left",false)
- turtle.select(1)
- turtle.place()
- sleep(7)
- turtle.dig()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment