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