Advertisement
bugs399

Down2

Jul 22nd, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. function down()
  2.  
  3. while true do
  4. turtle.digDown()
  5. turtle.down()
  6. end
  7. end
  8.  
  9. down()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement