- Fix icon for 1.20.70 (#250)
This commit is contained in:
@@ -6,13 +6,21 @@
|
|||||||
"additionalProperties": true,
|
"additionalProperties": true,
|
||||||
"required": ["default"],
|
"required": ["default"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"default": {
|
"textures": {
|
||||||
"type": "string",
|
"title": "Textures",
|
||||||
"title": "Default Texture",
|
"description": "Contains key-value pairs of textures used by the item",
|
||||||
"description": "The key from the resource_pack/textures/item_texture.json `texture_data` object associated with the texture file Example: blaze_powder."
|
"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": [
|
"examples": [
|
||||||
{"default": "stick"}
|
{"textures": {"default": "stick"}}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user