Tweak unknown item tooltip

This commit is contained in:
JPG 2016-12-16 22:55:50 +01:00
parent 34082ac1f2
commit d6510f1ad4
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ function craftguide:get_tooltip(item, recipe_type, cooktime, groups)
item_desc = minetest.registered_items[item].description
end
else
return tooltip..item.."]"
return tooltip.."Unknown Item ("..item..")]"
end
if groups then
local groupstr = "Any item belonging to the "