fixed chest storing
This commit is contained in:
parent
ac598e9d7b
commit
53ffa8fd19
@ -118,11 +118,11 @@ local function storeItems()
|
||||
if itemDetail ~= nil then
|
||||
if itemDetail.name ~= "minecraft:torch" and itemDetail.name ~= "minecraft:chest" then
|
||||
turtle.dropUp()
|
||||
turtle.down()
|
||||
turtle.down()
|
||||
end
|
||||
end
|
||||
end
|
||||
turtle.down()
|
||||
turtle.down()
|
||||
end
|
||||
end
|
||||
|
||||
@ -257,7 +257,6 @@ local function mineFibo()
|
||||
state = getState()
|
||||
|
||||
while true do
|
||||
|
||||
mineChunk()
|
||||
|
||||
--go to next chunk
|
||||
|
Loading…
Reference in New Issue
Block a user