Krenair

Computercraft mining turtle - tunnel-dropall command

May 7th, 2013
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. turtle.select(15)
  2. turtle.placeDown()
  3. for i = 1, 14, 1 do
  4.         turtle.select(i)
  5.         turtle.dropDown()
  6. end
  7. turtle.select(15)
  8. turtle.digDown()
  9. turtle.select(1)
Advertisement
Add Comment
Please, Sign In to add comment