diff options
author | Wuzzy <almikes@aol.com> | 2016-12-28 23:28:51 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-28 23:28:51 +0100 |
commit | b7cadfd37e2220e839abc572852ed3fb11dd0d40 (patch) | |
tree | 3a15184095f09058387153f39ead67a684ddc076 | |
parent | a7bf479cd178b141cfa6673fe835ab475b298dec (diff) |
Version 1.0.0
-rw-r--r-- | API.md | 3 | ||||
-rw-r--r-- | README.md | 5 |
2 files changed, 2 insertions, 6 deletions
@@ -3,9 +3,6 @@ This document explains the API of `doc_items`. It contains a reference of all functions. -***Warning***: This mod is still in alpha stage, expect bugs and missing -features! - ## Quick start The most common use case for using this API requires only to set some hand-written help texts for your items. @@ -1,4 +1,4 @@ -# Item Help [`doc_items`] (Version 0.9.0) +# Item Help [`doc_items`] (Version 1.0.0) ## Description Automatically generated help texts of blocks, tools, weapons, crafting items and other items. @@ -52,8 +52,7 @@ one of the core features of this mod; the mod relies on other mods to provide their custom help texts for a complete help. 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). +request the mod author to add `doc_items` support. ## API This mod has an API so that modders can add their own custom help texts, |