mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-05 10:09:52 +00:00
30 lines
999 B
JSON
30 lines
999 B
JSON
{
|
|
"$id": "1618184314",
|
|
"$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 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",
|
|
"x-format-version": "1.20.60"
|
|
} |