This commit is contained in:
Navid Sassan 2023-11-23 00:53:12 +01:00
parent 363150a701
commit 470fcd8238

View File

@ -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()
@ -85,3 +85,4 @@ while true do
end end
end end
end end
end