Fix misspelled util
This commit is contained in:
parent
53bc8cf6f8
commit
8bd5195bca
@ -58,7 +58,7 @@ end
|
||||
local function craft(i)
|
||||
turtle.select(16) -- so that crafting outputs go here
|
||||
|
||||
local stored = utils.query { cmd = "list" }
|
||||
local stored = util.query { cmd = "list" }
|
||||
local reqs = cost(i)
|
||||
|
||||
if util.satisfied(reqs, stored) then
|
||||
|
Loading…
Reference in New Issue
Block a user