add delay

This commit is contained in:
Navid Sassan 2023-11-23 02:01:22 +01:00
parent b7a72e5f77
commit cb370203cf

View File

@ -52,6 +52,7 @@ local function despositRefill()
end
end
os.sleep(5) -- wait for the buckets to be returned
turtle.suckUp(16)
end