From d6510f1ad4bacd65656af65f783be109229a4def Mon Sep 17 00:00:00 2001 From: JPG Date: Fri, 16 Dec 2016 22:55:50 +0100 Subject: [PATCH] Tweak unknown item tooltip --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "