From 194cea6f5dd1dcd8d00416883328f4b30b158d42 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 22 Dec 2016 18:54:21 +0100 Subject: Reveal encyclopedia by default --- init.lua | 1 + 1 file changed, 1 insertion(+) 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", -- cgit v1.2.3