From 381b438da2f0bd4738cfcb097465de7c0a70f264 Mon Sep 17 00:00:00 2001 From: Guillaume ARM Date: Mon, 20 May 2024 04:24:24 +0200 Subject: [PATCH] fix(coal-crafter): bad printed message --- coal-crafter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coal-crafter.lua b/coal-crafter.lua index ceb03bf..6a5fd3a 100644 --- a/coal-crafter.lua +++ b/coal-crafter.lua @@ -104,7 +104,7 @@ local function main() findBufferChestOrientation() - print('> Waiting for left inventory (storage)') + print('> Waiting for back inventory (storage)') local storageInventory = turtleUtils.waitForInventory('back', WAIT_INVENTORY_TIME) print('> Waiting for the front inventory (buffer chest)')