Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- if redstone.getInput("back") then
- turtle.dig()
- sleep(1)
- turtle.place()
- redstone.setOutput("bottom",true)
- sleep(4)
- redstone.setOutput("bottom",false)
- sleep(40)
- end
- sleep(5)
- end
Advertisement
Add Comment
Please, Sign In to add comment