Skip to content

Commit

Permalink
- Update icon to match 1.20.60+ (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xterionix authored Mar 15, 2024
1 parent d817137 commit b6a091a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions source/behavior/items/format/components/icon.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
"title": "Icon",
"description": "The icon item componenent determines the icon to represent the item in the UI and elsewhere.",
"type": "object",
"additionalProperties": false,
"required": ["texture"],
"additionalProperties": true,
"required": ["default"],
"properties": {
"legacy_id": { "type": "string", "title": "Texture", "description": "Legacy texture id for older item icons." },
"texture": {
"default": {
"type": "string",
"title": "Texture",
"title": "Default Texture",
"description": "The key from the resource_pack/textures/item_texture.json `texture_data` object associated with the texture file Example: blaze_powder."
}
},
"examples": [
{"texture": "stick"}
{"default": "stick"}
]
}

0 comments on commit b6a091a

Please sign in to comment.