fix(coal-crafter): bad itemName
This commit is contained in:
parent
eee19c8a48
commit
b81c0b6921
@ -3,7 +3,7 @@ local turtleUtils = require('libs/turtle-utils')
|
|||||||
local WAIT_INVENTORY_TIME = 3
|
local WAIT_INVENTORY_TIME = 3
|
||||||
local IDLE_TIME = 10
|
local IDLE_TIME = 10
|
||||||
local MIN_ESSENCE_NEEDED = 8
|
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
|
-- the slot of the coal essence is returned
|
||||||
local function waitForCoalEssence(inventory)
|
local function waitForCoalEssence(inventory)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user