summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-28 23:28:51 +0100
committerWuzzy <almikes@aol.com>2016-12-28 23:28:51 +0100
commitb7cadfd37e2220e839abc572852ed3fb11dd0d40 (patch)
tree3a15184095f09058387153f39ead67a684ddc076
parenta7bf479cd178b141cfa6673fe835ab475b298dec (diff)
Version 1.0.0
-rw-r--r--API.md3
-rw-r--r--README.md5
2 files changed, 2 insertions, 6 deletions
diff --git a/API.md b/API.md
index 2b2fc27..4724328 100644
--- a/API.md
+++ b/API.md
@@ -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.
diff --git a/README.md b/README.md
index 10f7567..fe99942 100644
--- a/README.md
+++ b/README.md
@@ -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,