diff options
author | Wuzzy <almikes@aol.com> | 2016-12-12 12:44:41 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-12 12:44:41 +0100 |
commit | fcfbe81f4ba27ba206f80481b60f8c02cd390fa1 (patch) | |
tree | 327055887166e1e020baa02ca31e8cef88c6b90c /init.lua | |
parent | ebaee2fbd70f188021bf110832b5100632f67d1f (diff) |
Rename modpack to “Help”
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ end minetest.register_craftitem("doc_encyclopedia:encyclopedia", { description = S("Encyclopedia"), - _doc_items_longdesc = S("Allows you to access the documentation system."), - _doc_items_usagehelp = S("Wield it, then leftclick to access the documentation system."), + _doc_items_longdesc = S("Allows you to access the help."), + _doc_items_usagehelp = S("Wield it, then leftclick to access the help."), stack_max = 1, inventory_image = "doc_encyclopedia_encyclopedia.png", wield_image = "doc_encyclopedia_encyclopedia.png", |