From c030081f6bace5e6f53445bd43f3a270ae62abac Mon Sep 17 00:00:00 2001 From: endernon Date: Wed, 1 Jan 2025 20:38:44 +0000 Subject: [PATCH] update docs for Item Type, because it now actually supports gear, tome, charm items --- docs/blocks/type.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/blocks/type.md b/docs/blocks/type.md index 9ed9c4b..8f685fd 100644 --- a/docs/blocks/type.md +++ b/docs/blocks/type.md @@ -1,6 +1,8 @@ # Item type - This data block encodes for the type of the item that's being encoded. -- This will support crafteds in the future, but for now the value MUST be `"Gear".` +- This will support crafteds in the future, but for now it only supports non crafted types. +- If you input a crafted value, literally nothing will happen. - Field name: `item_type` - Field type: `String` +- Field potential values: `"Gear"`, `"Tome"`, `"Charm"` - Example: `"item_type": "Gear"` \ No newline at end of file