mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-02 23:41:06 +01:00
b582afeb1f
This updates the VoxeLibre documentation by replacing "Minetest" with "Luanti" and updating links. Done: * Update "Minetest" in documentation and comments to "Luanti" * Update links to forums, ContentDB and Luanti project web page Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4706 Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land> Co-authored-by: teknomunk <teknomunk@protonmail.com> Co-committed-by: teknomunk <teknomunk@protonmail.com>
18 lines
891 B
Markdown
18 lines
891 B
Markdown
# Help
|
|
VoxeLibre uses some of the mods found in the Help modpack by Wuzzy.
|
|
|
|
The goal of this modpack is to make using Luanti 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 used in VoxeLibre:
|
|
|
|
* `doc`: Documentation System. Core API and user interface. Mods can add arbitrary categories and entries
|
|
* `doc_items`: Item Help. Adds automatically generated help texts for items and an API
|
|
* `doc_identifier`: Lookup Tool. A tool to identify and show help texts for pointed things
|