1.7.10 compatibility
This commit is contained in:
@@ -159,7 +159,7 @@ function MEAdapter:craft(item, count)
|
|||||||
nbt_hash = item.nbtHash,
|
nbt_hash = item.nbtHash,
|
||||||
},
|
},
|
||||||
count or 1,
|
count or 1,
|
||||||
cpu.name -- CPUs must be named ! use anvil
|
v.name -- CPUs must be named ! use anvil
|
||||||
)
|
)
|
||||||
|
|
||||||
os.sleep(0) -- needed ?
|
os.sleep(0) -- needed ?
|
||||||
|
|||||||
@@ -449,7 +449,7 @@ local function craftItems(craftList, allItems)
|
|||||||
-- controller
|
-- controller
|
||||||
if controllerAdapter then
|
if controllerAdapter then
|
||||||
for key,item in pairs(craftList) do
|
for key,item in pairs(craftList) do
|
||||||
if not canCraft or not Craft.recipes[key] and not item.rsControl then
|
if (not canCraft or not Craft.recipes[key]) and not item.rsControl then
|
||||||
if controllerAdapter:isCrafting(item) then
|
if controllerAdapter:isCrafting(item) then
|
||||||
item.status = '(crafting)'
|
item.status = '(crafting)'
|
||||||
item.statusCode = STATUS_INFO
|
item.statusCode = STATUS_INFO
|
||||||
|
|||||||
Reference in New Issue
Block a user