Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. local function move()
  2. turtle.dig()
  3. turtle.forward()
  4. turtle.digUp()
  5. turtle.up()
  6. turtle.digUp()
  7. turtle.up()
  8. turtle.digUp()
  9. turtle.down()
  10. turtle.down()
  11. end
  12.  
  13. minecount = 0
  14. j = 0
  15.  
  16. while minecount < 4000
  17.  
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement