diff --git a/source/behavior/items/format/components/icon.json b/source/behavior/items/format/components/icon.json index 0cf4cc7c..e5aad969 100644 --- a/source/behavior/items/format/components/icon.json +++ b/source/behavior/items/format/components/icon.json @@ -4,13 +4,14 @@ "description": "The icon item componenent determines the icon to represent the item in the UI and elsewhere.", "type": "object", "additionalProperties": true, - "required": ["default"], + "required": ["textures"], "properties": { "textures": { "title": "Textures", "description": "Contains key-value pairs of textures used by the item", "type": "object", "additionalProperties": true, + "required": ["default"], "properties": { "default": { "type": "string",