Advertisement
nickmcski

Untitled

Jul 1st, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function dig()
  2. turtle.digUp()
  3. turtle.dig()
  4. turtle.up()
  5. turtle.dig()
  6. turtle.moveDown()
  7. end
  8.  
  9. while args[1] < count do
  10. dig()
  11. end
  12.  
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement