Make README a bit more helpful

This commit is contained in:
Wuzzy 2016-12-20 14:14:18 +01:00
parent be8a79dd19
commit da00b105a5

View File

@ -4,17 +4,23 @@ It demonstrates the usage of the APIs of the Help mods. This should help you
in getting started with this modpack. in getting started with this modpack.
This example mod does not demonstrate everything, only the most This example mod does not demonstrate everything, only the most
frequently-needed features to help you get started. For most use cases, this frequently-needed features to help you get started. For most use cases, this
knowledge might already suffice. Read `API.md` of the respective mods to learn knowledge might already suffice. You do not need to understand everything to
how to use the Help mods properly. use this modpack.
Read `API.md` of the respective mods to learn how to use the Help mods
properly.
Using the APIs of the Help modpack helps to improve the overall quality Using the APIs of the Help modpack helps to improve the overall quality
and completeness of the entire help. and completeness of the entire help.
This mod includes examples for the following mods: This mod includes examples for the following mods:
* `doc_items`: In `doc_items.lua` for item help. Start here! * `doc_items`: In `doc_items.lua`.
* `doc_identifier`: In `doc_identifier.lua`, for adding lookup tool support for custom entities. For adding item help (including nodes). Start here!
* `doc`: In `doc.lua`, for adding your own categories. For advanced modding. * `doc_identifier`: In `doc_identifier.lua`.
This is for adding lookup tool support for custom entities.
* `doc`: In `doc.lua`, for adding your own categories and entries.
This is rather heavy stuff, intended for advanced modding.
But is also very flexible.
Activate this mod in your world to see some example categories, entries and Activate this mod in your world to see some example categories, entries and
items added. items added.