fix(coal-crafter): bad itemName

This commit is contained in:
Guillaume ARM 2024-05-20 01:48:14 +02:00
parent eee19c8a48
commit b81c0b6921

View File

@ -3,7 +3,7 @@ local turtleUtils = require('libs/turtle-utils')
local WAIT_INVENTORY_TIME = 3
local IDLE_TIME = 10
local MIN_ESSENCE_NEEDED = 8
local COAL_ESSENCE_NAME = 'mysticalagriculture:essence_coal'
local COAL_ESSENCE_NAME = 'mysticalagriculture:coal_essence'
-- the slot of the coal essence is returned
local function waitForCoalEssence(inventory)