1
0
mirror of https://github.com/minetest-mods/craftguide.git synced 2025-05-02 09:10:26 +02:00

Tweak unknown item tooltip

This commit is contained in:
JPG 2016-12-16 22:55:50 +01:00
parent 34082ac1f2
commit d6510f1ad4

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