diff options
author | JPG <jeanpatrick.guerrero@gmail.com> | 2016-12-16 22:55:50 +0100 |
---|---|---|
committer | JPG <jeanpatrick.guerrero@gmail.com> | 2016-12-16 22:55:50 +0100 |
commit | d6510f1ad4bacd65656af65f783be109229a4def (patch) | |
tree | 3dce8ba1ba4a1e21c0f6152892717a21271cc6ea | |
parent | 34082ac1f2022aec168b46cc21688443bcc5d954 (diff) |
Tweak unknown item tooltip
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 " |