mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-05 19:29:52 +00:00
30 lines
1.0 KiB
JSON
30 lines
1.0 KiB
JSON
{
|
|
"$id": "1372809227",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"definitions": {
|
|
"3504177219": {
|
|
"title": "Reference",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"description": "Icon item component determines which icon graphic will be used to represent the item in the UI and elsewhere.",
|
|
"oneOf": [
|
|
{
|
|
"type": "string"
|
|
},
|
|
{
|
|
"properties": {
|
|
"textures": {
|
|
"additionalProperties": {
|
|
"$ref": "#/definitions/3504177219"
|
|
},
|
|
"description": "This map contains the different textures that can be used for the item's icon. Default will contain the actual icon texture. Armor trim textures and palettes and bundle open textures can be specified here too. The icon textures are the keys from the resource_pack/textures/item_texture.json 'texture_data' object associated with the texture file.",
|
|
"type": "object"
|
|
}
|
|
},
|
|
"type": "object"
|
|
}
|
|
],
|
|
"title": "minecraft:icon v1.21.80",
|
|
"x-format-version": "1.21.80"
|
|
} |