Advertisement
Rastus22

Untitled

Aug 17th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. for i = 1,8 do
  2. for i = 1,20 do
  3. turtle.dig()
  4. turtle.forward()
  5. end
  6. turtle.up()
  7. turtle.turnLeft()
  8. turtle.turnLeft()
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement