
dig
By: a guest on
Jun 21st, 2012 | syntax:
Lua | size: 0.18 KB | hits: 13 | expires: Never
slot=1
shell.run("excavate","8")
turtle.turnLeft()
while slot > 10 do
turtle.select(slot)
turtle.drop(turtle.getItemCount())
slot+=1
end
turtle.select(1)
turtle.turnRight()