Advertisement
GamexLive

Untitled

Mar 5th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. turtle.refuel()
  2.  
  3. while turtle.detectDown() do
  4. if turtle.detect() == true then
  5. turtle.dig()
  6. turtle.digUp()
  7. turtle.forward()
  8. if turtle.detect() == false then
  9. turtle.turnLeft()
  10. turtle.dig()
  11. turtle.digUp()
  12. turtle.forward()
  13. if turtle.detectDown() == false then
  14. turtle.place(4)
  15. end
  16. end
  17. end
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement