1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-08-04 18:20:54 +00:00
Files
Mike Ammerlaan d2c831e602 v1.21.90.3
2025-06-18 05:19:56 -07:00

38 lines
1.3 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "1618184314",
"x-format-version": "1.20.50",
"x-minecraft-version": "1.21.90-beta.3",
"definitions": {
"1492643634": {
"title": "struct SharedTypes::Reference<5>",
"oneOf": [
{
"type": "string"
},
{
"type": "string"
}
]
}
},
"title": "minecraft:icon",
"description": "Icon item component determines which icon graphic will be used to represent the item in the UI and elsewhere.",
"oneOf": [
{
"type": "string"
},
{
"type": "object",
"properties": {
"textures": {
"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",
"additionalProperties": {
"$ref": "#/definitions/1492643634"
}
}
}
}
]
}