Rename modpack to “Help”
[minetest_doc_modpack.git] / README.md
blob973faff4bfd3b4e8b574307b017bb073847620cc
1 # Help
2 The goal of this modpack is to make using Minetest and mods easier for both
3 newcomers and advanced users.
4 It makes it easier for newcomers by making help more accessible.
5 It makes life easier for advanced user by making it more convenient to use, by
6 centralizing the help where you most need it: Inside the game. This modpack
7 will also make the life of modder easier by allowing them to add help texts
8 directly into mods (via `doc_items`).
10 More information is given in the respective mods.
12 Overview of the mods:
14 * `doc`: Documentation System. Core API and user interface. Mods can add arbitrary categories and entries
15 * `doc_basics`: Basic Help. Adds basic help texts about Minetest, controls, gameplay and other basics
16 * `doc_items`: Item Help. Adds automatically generated help texts for items and an API
17 * `doc_encyclopedia`: Encyclopedia. An item to access the help
18 * `doc_identifier`: Lookup Tool. A tool to identify and show help texts for pointed things