re-try dropping
for example if the target is full
This commit is contained in:
parent
cf622fc889
commit
b7a72e5f77
@ -43,7 +43,9 @@ local function despositRefill()
|
||||
for i = 1, 16 do
|
||||
turtle.select(i)
|
||||
if compareItemName("minecraft:lava_bucket") then
|
||||
turtle.dropDown()
|
||||
while not turtle.dropDown() do
|
||||
os.sleep(1)
|
||||
end
|
||||
end
|
||||
if compareItemName("minecraft:bucket") then
|
||||
turtle.dropUp()
|
||||
|
Loading…
x
Reference in New Issue
Block a user