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",