hubeb

4

May 7th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. local height = 38
  2. while height > 0 do
  3. turtle.dig()
  4. turtle.digDown()
  5. turtle.down()
  6. turtle.dig()
  7. turtle.forward()
  8. turtle.turnLeft()
  9. height = height - 1
  10. end
Advertisement
Add Comment
Please, Sign In to add comment