Skip to content

Commit

Permalink
- Fix icon (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xterionix authored Mar 28, 2024
1 parent 8f0e7fc commit 18aea31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/behavior/items/format/components/icon.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 18aea31

Please sign in to comment.