Advertisement
mike229876

Untitled

Mar 10th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. local x = 0
  2. turtle.forward()
  3. while true do
  4. if x < 90 then
  5. turtle.digDown()
  6. turtle.down()
  7. x = x + 1
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement