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 IDLE_TIME = 10
|
||||
@ -41,7 +41,7 @@ local function craft()
|
||||
return craftOk
|
||||
end
|
||||
|
||||
local functin dropSelected()
|
||||
local function dropSelected()
|
||||
turtle.turnLeft()
|
||||
turtle.turnLeft()
|
||||
turtle.drop()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user