jmarler

Miner Turtle pickup

Sep 15th, 2013
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. turtle.select(14)
  2. turtle.digDown()
  3. turtle.select(15)
  4. turtle.dig()
  5. turtle.up()
  6. turtle.select(16)
  7. turtle.dig()
Add Comment
Please, Sign In to add comment