Advertisement
Pyro93735

Untitled

Apr 5th, 2014
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. count = 256
  2. slot = 2
  3. turtle.select(1)
  4. turtle.refuel(8)
  5. turtle.select(slot)
  6. while(count > 0) do
  7. turtle.dig()
  8. turtle.forward()
  9. turtle.digDown()
  10. count = count - 1
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement