Advertisement
samh111

My new best mining program

Jan 5th, 2013
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. cond = 1
  2. while cond ~= 50 do
  3. turtle.dig()
  4. turtle.digUp()
  5. turtle.digDown()
  6. turtle.forward()
  7. turtle.attack()
  8. cond = cond + 1
  9. end
  10. if cond == 50 then
  11. turtle.turnLeft()
  12. turtle.turnLeft()
  13. end
  14. while cond ~= 100 do
  15. turtle.forward()
  16. turtle.dig()
  17. turtle.attack()
  18. cond = cond + 1
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement