summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 53e4562..dc6c705 100644
--- a/init.lua
+++ b/init.lua
@@ -9,6 +9,7 @@ minetest.register_craftitem("doc_encyclopedia:encyclopedia", {
description = S("Encyclopedia"),
_doc_items_longdesc = S("Allows you to access the help."),
_doc_items_usagehelp = S("Wield it, then leftclick to access the help."),
+ _doc_items_hidden = false,
stack_max = 1,
inventory_image = "doc_encyclopedia_encyclopedia.png",
wield_image = "doc_encyclopedia_encyclopedia.png",