View difference between Paste ID: 33idtPXp and 5RYC1xqg
SHOW: | | - or go back to the newest paste.
1
print("Im on it!")
2
while true do
3
turtle.dig()
4
turtle.suck()
5
if turtle.getItemCount(16) > 0 then
6
    for i = 16,1,-1 do
7
        turtle.select(i)
8
        turtle.dropup()
9
    end
10
end
11
end