From 18aea319d5cbdee0d0cffb6bf54b376a44daa8d2 Mon Sep 17 00:00:00 2001 From: Xterionix <72647213+Xterionix@users.noreply.github.com> Date: Thu, 28 Mar 2024 23:02:22 +0500 Subject: [PATCH] - Fix icon (#255) --- source/behavior/items/format/components/icon.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",