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')
returnToBase()
despositRefill()
end
else
turtle.select(bucket)
-- try to fill it
turtle.placeDown()
@ -85,3 +85,4 @@ while true do
end
end
end
end