Fix drop bug, offset to 30
This commit is contained in:
parent
cd16691669
commit
04dde0682b
@ -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
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
rednet.open("back")
|
rednet.open("back")
|
||||||
|
|
||||||
curjob = 20
|
curjob = 29
|
||||||
|
|
||||||
function getNextJob()
|
function getNextJob()
|
||||||
curjob = curjob + 1
|
curjob = curjob + 1
|
||||||
|
Loading…
Reference in New Issue
Block a user