fix bug
This commit is contained in:
parent
363150a701
commit
470fcd8238
@ -74,8 +74,8 @@ while true do
|
|||||||
print('could not find any empty buckets. returning and refilling')
|
print('could not find any empty buckets. returning and refilling')
|
||||||
returnToBase()
|
returnToBase()
|
||||||
despositRefill()
|
despositRefill()
|
||||||
end
|
|
||||||
|
|
||||||
|
else
|
||||||
turtle.select(bucket)
|
turtle.select(bucket)
|
||||||
-- try to fill it
|
-- try to fill it
|
||||||
turtle.placeDown()
|
turtle.placeDown()
|
||||||
@ -84,4 +84,5 @@ while true do
|
|||||||
ForwardCounter = ForwardCounter + 1
|
ForwardCounter = ForwardCounter + 1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user