This project is a fork of the minetest_doc_items.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/minetest_doc_items.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionnone
ownerborgesdossantosbruno@gmail.com
last changeFri, 12 Aug 2016 22:18:14 +0000 (13 00:18 +0200)
content tags
add:
README.md

doc_items (Version 0.4.0)

Desctiption

Automatically generated documentation of blocks, tools, weapons, crafting itms and other items.

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. This modes does NOT give you long explanations about how to use certain nontrivial things, like the furnace from Minetest Game. This info might be provided by other mods and insert it into the documentation system.

This mod provides 3 new categories for the Documentation System [doc]:

Entries are automatically added. The information in the entries is mostly automatically generated. It countains information about a wide range of topics:

For blocks, it tells you about physics, digging properties, drops (including probabilities), liquid information, pointability, whether it glows in the dark, how light interacts with it, and much more. For tools and weapons, it mostly tells you about mining capabilities and damage. For all items, their range and stack size is shown.

This mod also allows for mods to adding custom written description and usage help texts in freeform and even custom automatically generated texts for mod-specific information like flammability in Minetest Game.

If you find a particular item which is lacking an explanation on usage, request the mod author to add doc_items support. (But please wait for version 1.0.0 first).

API

This mod has a programming API for adding your own custom help texts, your custom factoids (single pieces of information extracted from the item defintion) and more.

For example, if your mods have some complex items which need explanation, this mod can help you in adding documentation for them.

Read API.md to learn more.

License

Everything in this mod is licensed under WTFPL.

shortlog
2016-08-12 WuzzyAutomatically catch all used mining groupsmaster
2016-08-10 WuzzyVersion 0.4.0
2016-08-10 WuzzyFunction: add_suppressed_item_entries
2016-08-10 WuzzySunlight_propagates retext
2016-08-10 WuzzyNew factoid: Silent blocks
2016-08-05 WuzzyAdd diggable==false to “not diggable” factoid
2016-08-05 WuzzyMake full use of formspec size
2016-08-05 WuzzyFix missed forced items
2016-08-05 WuzzyFix crash when using unknown groups
2016-08-05 WuzzyFix liquid pointers
2016-08-05 WuzzyUse bullet point characters
2016-08-05 WuzzyImprove liquids display
2016-08-05 WuzzySpecial punching
2016-08-05 WuzzyMove liquid pointing stuff
2016-08-05 WuzzyMake pointalbe factoid clearer
2016-08-05 WuzzyMove yesno function to top hierarchy
...
heads
7 years ago master