fix(coal-crafter): syntax error + bad import

This commit is contained in:
Guillaume ARM 2024-05-20 01:46:15 +02:00
parent 084b6d941f
commit eee19c8a48

View File

@ -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()