minetest_doc_items/README.md

74 lines
2.4 KiB
Markdown
Raw Permalink Normal View History

2021-03-30 15:58:58 -07:00
# Item Help [`doc_items`] (Version 1.3.0)
2016-08-14 16:50:36 -07:00
## Description
2016-12-12 03:45:45 -08:00
Automatically generated help texts of blocks, tools, weapons, crafting
2016-11-02 20:10:02 -07:00
items and other items.
2016-08-04 12:52:02 -07:00
The goal is to tell the player as much about basically almost all items as
possible, making it very convenient to look up simple things.
The ultimate goal of this mod is that eventually all relevant items have
a complete in-game documentation so no item leaves you confused.
This mod is useful to learn the hard facts about practically all items, like
how much damage weapon XYZ deals or whether you can dig that block.
2016-11-02 20:10:02 -07:00
This mod does *not* give you long explanations about how to use certain
2016-08-04 12:52:02 -07:00
nontrivial things, like the furnace from Minetest Game. This info might be
2016-12-12 03:45:45 -08:00
provided by other mods and insert it into the help.
2016-08-04 12:52:02 -07:00
2016-12-12 03:45:45 -08:00
This mod provides 3 new help categories (using the
Documentation System [`doc`]):
2016-08-04 12:52:02 -07:00
* Blocks (e.g. dirt, stone, wooden stair)
* Tools and weapons (e.g. wooden pickaxe, steel sword, screwdriver)
* Misc. items (e.g. dye, stick, flour)
Entries are automatically added. The information in the entries is
2016-12-11 13:54:42 -08:00
mostly automatically generated. It contains information about a wide range
2016-08-04 12:52:02 -07:00
of topics:
* Blocks
* Physics
* Digging properties
* Drops (including probabilities)
* Liquid information
* Pointability
* Luminance
* Much more
* Tools and weapons
* Mining capabilities
* Damage
* Durability
* More
* All items
* Range
* Stack size
* Group memberships
* Other information added by mods
2016-08-04 12:52:02 -07:00
This mod also allows for mods to adding custom written description
2016-12-11 13:54:42 -08:00
and usage help texts in free-form and even custom automatically generated texts
2016-11-02 20:10:02 -07:00
for mod-specific information like flammability in Minetest Game. This is
one of the core features of this mod; the mod relies on other mods to
2016-12-12 03:45:45 -08:00
provide their custom help texts for a complete help.
2016-08-04 12:52:02 -07:00
If you find a particular item which is lacking an explanation on usage,
2016-12-28 14:28:51 -08:00
request the mod author to add `doc_items` support.
2016-08-04 12:52:02 -07:00
## API
2016-12-13 12:47:56 -08:00
This mod has an API so that modders can add their own custom help texts,
custom factoids (single pieces of information extracted from the
2016-12-11 13:54:42 -08:00
item definition) and more.
2016-08-04 12:52:02 -07:00
For example, if your mods have some complex items which need
2016-12-12 03:45:45 -08:00
explanation, this mod can help you in adding help texts for them.
2016-08-04 12:52:02 -07:00
Read `API.md` to learn more.
## License
2016-11-17 09:50:18 -08:00
Everything in this mod is licensed under the MIT License.
2019-03-20 05:42:45 -07:00
## Translation credits
2019-04-01 07:52:26 -07:00
French: Karamel
2019-03-20 05:42:45 -07:00
German: Wuzzy
Portuguese: BrunoMine