diff options
author | Wuzzy <almikes@aol.com> | 2016-12-22 18:54:21 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-22 18:54:21 +0100 |
commit | 194cea6f5dd1dcd8d00416883328f4b30b158d42 (patch) | |
tree | 1d7377ca5f8bb091edd02c016e8fd409ad2919f6 | |
parent | 01084f7f2425f9862adb4e9bf2f981b16bc65b19 (diff) |
Reveal encyclopedia by default
-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", |