Advertisement
ReIative

Untitled

Apr 24th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. while true do
  2. turtle.forward()
  3. if turtle.detectDown() then
  4. turtle.digDown()
  5. end
  6. if turtle.detect() then
  7. turtle.turnLeft()
  8. if turtle.detect() then
  9. turtle.turnRight()
  10. turtle.turnRight()
  11. if turtle.detect() then
  12. turtle.turnRight()
  13. if turtle.detect() then
  14. printError("oh fuck we trapped bois?")
  15. end
  16. end
  17. end
  18. end
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement