improve refilling logic
This commit is contained in:
parent
655fa0f914
commit
cf622fc889
@ -42,7 +42,12 @@ end
|
||||
local function despositRefill()
|
||||
for i = 1, 16 do
|
||||
turtle.select(i)
|
||||
turtle.dropDown()
|
||||
if compareItemName("minecraft:lava_bucket") then
|
||||
turtle.dropDown()
|
||||
end
|
||||
if compareItemName("minecraft:bucket") then
|
||||
turtle.dropUp()
|
||||
end
|
||||
end
|
||||
|
||||
turtle.suckUp(16)
|
||||
|
Loading…
x
Reference in New Issue
Block a user