Fix drop bug, offset to 30
This commit is contained in:
parent
cd16691669
commit
04dde0682b
@ -298,7 +298,7 @@ end
|
||||
|
||||
function emptyToBarrel()
|
||||
for i = 1,16 do
|
||||
select(i)
|
||||
turtle.select(i)
|
||||
turtle.dropDown()
|
||||
end
|
||||
end
|
||||
|
@ -1,6 +1,6 @@
|
||||
rednet.open("back")
|
||||
|
||||
curjob = 20
|
||||
curjob = 29
|
||||
|
||||
function getNextJob()
|
||||
curjob = curjob + 1
|
||||
|
Loading…
Reference in New Issue
Block a user