Advertisement
Guest User

Turtle Test

a guest
Mar 23rd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. local coal;
  2. local torches;
  3. local chests;
  4. local reach;
  5. local position;
  6.  
  7. local function going()
  8. repeat
  9. turtle.forward
  10. turtle.dig
  11. position += 1
  12. until reach == position
  13.  
  14. going()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement