SummitSummit

glowstoneMiner

Aug 2nd, 2013
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. function mine()
  2. turtle.dig()
  3. turtle.forward()
  4. end
  5.  
  6. while true do
  7. while turtle.detect() do
  8. mine()
  9. mine()
  10. mine()
  11. mine()
  12. turtle.forward()
  13. turtle.turnLeft()
  14. turtle.turnLeft()
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment