cobra_tomtrein

Untitled

Oct 22nd, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. forward = function()
  2. while turtle.forward()==false do
  3. turtle.attack()
  4. end
  5. end
  6.  
  7. turtle.turnRight()
  8. turtle.turnRight()
  9. forward()
  10. shell.run("tunnel", "14")
  11.  
  12. turtle.turnLeft()
  13. forward()
  14. turtle.turnRight()
  15. turtle.place()
  16. turtle.turnRight()
  17. forward()
  18. turtle.turnRight()
  19. turtle.up()
  20. turtle.placeDown()
  21. for i=1, 15 do
  22. forward()
  23. end
  24. turtle.down()
  25. turtle.turnRight()
  26. turtle.dig()
  27. turtle.turnRight()
  28. turtle.up()
  29. for i=1, 16 do
  30. forward()
  31. end
  32. turtle.down()
  33. turtle.turnRight()
  34. turtle.turnRight()
  35. turtle.dig()
Advertisement
Add Comment
Please, Sign In to add comment