1
0
mirror of https://repo.or.cz/minetest_doc_modpack.git synced 2024-09-28 23:40:34 +02:00
minetest_doc_modpack/README.md
2016-12-12 02:12:13 +01:00

19 lines
964 B
Markdown

# Documentation System
The goal of this modpack is to make using Minetest and mods easier for both
newcomers and advanced users.
It makes it easier for newcomers by making help more accessible.
It makes life easier for advanced user by making it more convenient to use, by
centralizing the help where you most need it: Inside the game. This modpack
will also make the life of modder easier by allowing them to add help texts
directly into mods (via `doc_items`).
More information is given in the respective mods.
Overview of the mods:
* `doc`: Core Documentation System API and user interface
* `doc_basics`: Basic help. Adds basic help texts about Minetest, controls, gameplay and other basics
* `doc_items`: Item Documentation. Adds automatically generated help texts for items and an API
* `doc_encyclopedia`: Encyclopedia. An item to access the documentation system
* `doc_identifier`: Lookup Tool. A tool to identify and show help texts for pointed things