Don't like ads? PRO users don't see any ads ;-)
Guest

dig

By: a guest on Jun 21st, 2012  |  syntax: Lua  |  size: 0.18 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. slot=1
  2. shell.run("excavate","8")
  3. turtle.turnLeft()
  4. while slot > 10 do
  5. turtle.select(slot)
  6. turtle.drop(turtle.getItemCount())
  7. slot+=1
  8. end
  9. turtle.select(1)
  10. turtle.turnRight()