Advertisement
Mackan90096

Untitled

Aug 19th, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. for i = 1, 9 do
  2. turtle.dig()
  3. turtle.digDown()
  4. turtle.digUp()
  5. turtle.forward()
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement