Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- if not turtle.detect() then
- turtle.place()
- else
- while turtle.detect() and not turtle.compare() do
- turtle.dig()
- turtle.digUp()
- sleep(1)
- turtle.up()
- end
- while turtle.down() do
- turtle.down()
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement