Advertisement
Kouki1998

BranchMining(y=2,x=1)

Feb 8th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. --[[Branch Mining(y=2)]]--
  2.  
  3. --[[Branch Mining
  4. H;2
  5. W;1
  6. ]]--
  7.  
  8.  
  9. for c=1,10,1 do
  10.  
  11. for a=1,50,1 do
  12. turtle.dig()
  13. turtle.digDown()
  14. turtle.down()
  15. turtle.dig()
  16. turtle.up()
  17. turtle.forward()
  18. end
  19.  
  20. turtle.turnRight()
  21. turtle.turnRight()
  22.  
  23. for b=1,50,1 do
  24. turtle.forward()
  25. end
  26.  
  27. turtle.turnRight()
  28. turtle.forward()
  29. turtle.forward()
  30. turtle.turnRight()
  31. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement