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)')