- Fix icon (#255)

This commit is contained in:
Xterionix
2024-03-28 23:02:22 +05:00
committed by GitHub
parent 8f0e7fca57
commit 18aea319d5

View File

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