Skip to content

Commit

Permalink
- Fix icon for 1.20.70 (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xterionix authored Mar 24, 2024
1 parent f0c7af8 commit 9b21757
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions source/behavior/items/format/components/icon.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,21 @@
"additionalProperties": true,
"required": ["default"],
"properties": {
"default": {
"type": "string",
"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."
"textures": {
"title": "Textures",
"description": "Contains key-value pairs of textures used by the item",
"type": "object",
"additionalProperties": true,
"properties": {
"default": {
"type": "string",
"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": [
{"default": "stick"}
{"textures": {"default": "stick"}}
]
}
}

0 comments on commit 9b21757

Please sign in to comment.