make turtle faster

This commit is contained in:
Navid Sassan 2023-11-23 02:13:03 +01:00
parent 190c44fca8
commit 3f17d9156f

View File

@ -81,7 +81,7 @@ while true do
end end
end end
if findFirstEmptyBucket() == nil then if not compareItemName("minecraft:bucket") and findFirstEmptyBucket() == nil then
print('could not find any empty buckets. returning and refilling') print('could not find any empty buckets. returning and refilling')
returnToBase() returnToBase()
despositRefill() despositRefill()