View difference between Paste ID: nSxGshA3 and BD4DVuv5
SHOW: | | - or go back to the newest paste.
1
function deploy()
2
   turtle.select(1)
3
   turtle.place()
4
end
5
6-
function clearInv()
6+
7-
   for i = 1,10 do
7+
8-
      turtle.select(i)
8+
9-
      turtle.dropDown()
9+
10-
   end
10+
11
deploy()
12
sleep(40)
13
getMiner()