- Update icon to match 1.20.60+ (#222)
This commit is contained in:
@@ -3,17 +3,16 @@
|
|||||||
"title": "Icon",
|
"title": "Icon",
|
||||||
"description": "The icon item componenent determines the icon to represent the item in the UI and elsewhere.",
|
"description": "The icon item componenent determines the icon to represent the item in the UI and elsewhere.",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": true,
|
||||||
"required": ["texture"],
|
"required": ["default"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"legacy_id": { "type": "string", "title": "Texture", "description": "Legacy texture id for older item icons." },
|
"default": {
|
||||||
"texture": {
|
|
||||||
"type": "string",
|
"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."
|
"description": "The key from the resource_pack/textures/item_texture.json `texture_data` object associated with the texture file Example: blaze_powder."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"examples": [
|
"examples": [
|
||||||
{"texture": "stick"}
|
{"default": "stick"}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user