Advertisement
Guest User

mining with turtles BIGDIG

a guest
Dec 18th, 2014
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2.  
  3. turtle.select(1)
  4. turtle.placeDown()
  5. turtle.turnLeft()
  6. turtle.turnLeft()
  7. turtle.forward()
  8. turtle.turnLeft()
  9. turtle.turnLeft()
  10. turtle.select(2)
  11. turtle.place()
  12. turtle.select(3)
  13. turtle.placeDown()
  14. turtle.turnLeft()
  15. turtle.forward()
  16. turtle.down()
  17. turtle.turnRight()
  18. turtle.turnRight()
  19. turtle.dig()
  20. turtle.up()
  21. turtle.dig()
  22. turtle.forward()
  23. turtle.turnRight()
  24. turtle.forward()
  25. turtle.digDown()
  26. turtle.turnLeft()
  27. turtle.turnLeft()
  28. turtle.forward()
  29. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement