Fixing up bp items
This commit is contained in:
@@ -9,14 +9,18 @@
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"additionalProperties": true,
|
||||
"additionalProperties": false,
|
||||
"required": ["textures"],
|
||||
"properties": {
|
||||
"textures": {
|
||||
"title": "Textures",
|
||||
"description": "Contains key-value pairs of textures used by the item",
|
||||
"type": "object",
|
||||
"additionalProperties": true,
|
||||
"additionalProperties": {
|
||||
"type": "string",
|
||||
"title": "Texture",
|
||||
"description": "The key from the resource_pack/textures/item_texture.json `texture_data` object associated with the texture file Example: blaze_powder."
|
||||
},
|
||||
"required": ["default"],
|
||||
"properties": {
|
||||
"default": {
|
||||
|
||||
Reference in New Issue
Block a user