Advertisement
DZCreeper

Untitled

Apr 2nd, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function deploy()
  2.    turtle.select(1)
  3.    turtle.place()
  4. end
  5.  
  6. function getMiner()
  7.    turtle.select(1)
  8.    turtle.dig()
  9. end
  10.  
  11. deploy()
  12. sleep(40)
  13. getMiner()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement