Fix drop bug, offset to 30

This commit is contained in:
Dominic Zimmer 2020-07-05 00:58:44 +02:00
parent cd16691669
commit 04dde0682b
2 changed files with 2 additions and 2 deletions

View File

@ -298,7 +298,7 @@ end
function emptyToBarrel() function emptyToBarrel()
for i = 1,16 do for i = 1,16 do
select(i) turtle.select(i)
turtle.dropDown() turtle.dropDown()
end end
end end

View File

@ -1,6 +1,6 @@
rednet.open("back") rednet.open("back")
curjob = 20 curjob = 29
function getNextJob() function getNextJob()
curjob = curjob + 1 curjob = curjob + 1