fix(coal-crafter): bad findStorageChestOrientation implementation
This commit is contained in:
parent
201831b16c
commit
802c8e2a43
@ -89,7 +89,7 @@ local function dropSelected()
|
||||
end
|
||||
|
||||
local function findStorageChestOrientation()
|
||||
for i=1, 3, 1 do
|
||||
for i=1, 4, 1 do
|
||||
local inv = turtleUtils.getInventory(STORAGE_INVENTORY_SIDE)
|
||||
if inv then
|
||||
return
|
||||
|
||||
Loading…
Reference in New Issue
Block a user