Advertisement
argaman

FastTunne

Jun 19th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. function main()
  2.     while true do
  3.         turtle.dig()
  4.         turtle.digUp()
  5.         turtle.forward()
  6.     end
  7. end
  8.  
  9. main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement