Advertisement
omerapp99

Untitled

Mar 22nd, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1.  
  2. function mine()
  3. for i=1,64,1 do
  4.  
  5. turtle.forward()
  6. turtle.dig()
  7.  
  8. end
  9. end
  10. for d=1,4,1 do
  11. mine()
  12. turtle.turnLeft()
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement