Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Starting...")
- while true do
- dug, reason = turtle.dig()
- if not dug then
- print("Error:", reason)
- end
- while not redstone.getInput("back") do
- os.pullEvent("redstone")
- end
- placed, reason = turtle.place()
- if not placed then
- print("Error:", reason)
- end
- sleep(10)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement