@ -320,7 +320,7 @@ local function craft_item(search)
local selected
if #matches == 0 then
print(selected .. ' not found')
print(search .. ' not found')
return false
elseif #matches == 1 then
selected = matches[1]