Fix misspelled util

This commit is contained in:
osmarks 2018-04-30 20:00:51 +01:00
parent 53bc8cf6f8
commit 8bd5195bca

View File

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