summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJPG <jeanpatrick.guerrero@gmail.com>2016-12-16 22:55:50 +0100
committerJPG <jeanpatrick.guerrero@gmail.com>2016-12-16 22:55:50 +0100
commitd6510f1ad4bacd65656af65f783be109229a4def (patch)
tree3dce8ba1ba4a1e21c0f6152892717a21271cc6ea
parent34082ac1f2022aec168b46cc21688443bcc5d954 (diff)
Tweak unknown item tooltip
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index ca046b3..a3d2846 100644
--- a/init.lua
+++ b/init.lua
@@ -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 "