summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-13 12:35:05 +0100
committerWuzzy <almikes@aol.com>2016-12-13 12:35:05 +0100
commit602046b935450f1bf08712b578219043fa3905e6 (patch)
tree69dc6fa4c62f276e5154aea995da174bae2bca9d /API.md
parentdfe653e1789538f9b669db2dcb788c71447cc7c9 (diff)
Update durability help
Diffstat (limited to 'API.md')
-rw-r--r--API.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/API.md b/API.md
index b7cd14f..a054eb7 100644
--- a/API.md
+++ b/API.md
@@ -46,9 +46,9 @@ easy and quick manipulation of the item help entries. All fields are optional.
* `_doc_items_create_entry`: Whether to create an entry for this item (default: `true`)
* `_doc_items_entry_name`: The title of the entry. By default, this is the same as the `description` field
of the item. This field is required if the `description` is empty
-* `_doc_items_durability`: Two meanings:
- * It it is a `number`: Number of uses for a tool before it breaks, use this is the use count is fixed.
- * If it is a `string`: Free-form text which explains how the durability works. Try to keep it short.
+* `_doc_items_durability`: This field is for describing how long a tool can be used before it breaks. Choose one data type:
+ * It it is a `number`: Fixed number of uses before it breaks
+ * If it is a `string`: Free-form text which explains how the durability works. Try to keep it short and only use it if the other types won't work
A full explanation of these fields is provided below.