Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if turtle.detectUp() == false then
- repeat
- turtle.up()
- until turtle.detectUp() == true
- end
- turtle.select(13)
- turtle.down()
- turtle.placeUp()
- if turtle.detectDown() == false then
- repeat
- turtle.down()
- until turtle.detectDown() == true
- end
Advertisement
Add Comment
Please, Sign In to add comment