From 52eb8d39cd115f898ba504a4ea878e5bbfae71ae Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Mon, 14 Feb 2022 11:55:45 +0100 Subject: [PATCH] Added category examples --- source/behavior/items/1.16.0/items.json | 3 ++- source/behavior/items/1.16.100/items.json | 3 ++- source/behavior/items/1.16.200/items.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/source/behavior/items/1.16.0/items.json b/source/behavior/items/1.16.0/items.json index cd5ad2d4..885c5f13 100644 --- a/source/behavior/items/1.16.0/items.json +++ b/source/behavior/items/1.16.0/items.json @@ -35,7 +35,8 @@ "type": "string", "default": "", "description": "The category for this item. Categories are used to control high level properties of how the item is integrated into the bedrock engine, such as whether it can be used in slash commands.", - "title": "Category" + "title": "Category", + "examples": ["Nature", "Equipment", "Construction", "Items"] }, "is_experimental": { "type": "boolean", diff --git a/source/behavior/items/1.16.100/items.json b/source/behavior/items/1.16.100/items.json index f4e9208c..f3a1957a 100644 --- a/source/behavior/items/1.16.100/items.json +++ b/source/behavior/items/1.16.100/items.json @@ -35,7 +35,8 @@ "type": "string", "default": "", "description": "The category for this item. Categories are used to control high level properties of how the item is integrated into the bedrock engine, such as whether it can be used in slash commands.", - "title": "Category" + "title": "Category", + "examples": ["Nature", "Equipment", "Construction", "Items"] }, "is_experimental": { "type": "boolean", diff --git a/source/behavior/items/1.16.200/items.json b/source/behavior/items/1.16.200/items.json index b704ac36..0ed15f39 100644 --- a/source/behavior/items/1.16.200/items.json +++ b/source/behavior/items/1.16.200/items.json @@ -35,7 +35,8 @@ "type": "string", "default": "", "description": "The category for this item. Categories are used to control high level properties of how the item is integrated into the bedrock engine, such as whether it can be used in slash commands.", - "title": "Category" + "title": "Category", + "examples": ["Nature", "Equipment", "Construction", "Items"] }, "is_experimental": { "type": "boolean",