diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |