From 802c8e2a43df205f57a11107827f59848c2183d9 Mon Sep 17 00:00:00 2001 From: Guillaume ARM Date: Fri, 24 May 2024 18:15:24 +0200 Subject: [PATCH] fix(coal-crafter): bad findStorageChestOrientation implementation --- coal-crafter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coal-crafter.lua b/coal-crafter.lua index ee363a7..64f8040 100644 --- a/coal-crafter.lua +++ b/coal-crafter.lua @@ -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