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