6 lines
250 B
Markdown
6 lines
250 B
Markdown
|
# 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".`
|
||
|
- Field name: `item_type`
|
||
|
- Field type: `String`
|
||
|
- Example: `"item_type": "Gear"`
|