fix(coal-crafter): syntax error + bad import
This commit is contained in:
parent
084b6d941f
commit
eee19c8a48
@ -1,4 +1,4 @@
|
|||||||
local turtleUtils = require('turtle-utils')
|
local turtleUtils = require('libs/turtle-utils')
|
||||||
|
|
||||||
local WAIT_INVENTORY_TIME = 3
|
local WAIT_INVENTORY_TIME = 3
|
||||||
local IDLE_TIME = 10
|
local IDLE_TIME = 10
|
||||||
@ -41,7 +41,7 @@ local function craft()
|
|||||||
return craftOk
|
return craftOk
|
||||||
end
|
end
|
||||||
|
|
||||||
local functin dropSelected()
|
local function dropSelected()
|
||||||
turtle.turnLeft()
|
turtle.turnLeft()
|
||||||
turtle.turnLeft()
|
turtle.turnLeft()
|
||||||
turtle.drop()
|
turtle.drop()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user