ZetGamerHD

StripMine

Feb 11th, 2016
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. for i=1,10 do
  2.  
  3. for i=1,10 do
  4.  
  5. turtle.dig()
  6. turtle.forward()
  7. turtle.digUp()
  8.  
  9. end
  10.  
  11. turtle.turnLeft()
  12. turtle.turnLeft()
  13.  
  14. for i=1,10 do
  15.  
  16. turtle.forward()
  17.  
  18. end
  19.  
  20. turtle.turnRight()
  21.  
  22. for i=1,3 do
  23.  
  24. turtle.dig()
  25. turtle.forward()
  26. turtle.digUp()
  27.  
  28. end
  29.  
  30. turtle.turnRight()
  31.  
  32. end
Add Comment
Please, Sign In to add comment