fix(coal-crafter): add missing suck item
This commit is contained in:
parent
e02a7a70c2
commit
d971f0acf3
@ -96,6 +96,12 @@ local function main()
|
|||||||
error('cannot pushItems from storage to buffer')
|
error('cannot pushItems from storage to buffer')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
local suckOk, suckErr = turtle.suck()
|
||||||
|
|
||||||
|
if not suckOk then
|
||||||
|
error('cannot suck into front buffer chest: ' .. tostring(suckErr))
|
||||||
|
end
|
||||||
|
|
||||||
prepareCraftShape()
|
prepareCraftShape()
|
||||||
craft()
|
craft()
|
||||||
dropSelected()
|
dropSelected()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user