2024-12-05 20:54:27 +05:00
|
|
|
{
|
|
|
|
|
"$id": "blockception.minecraft.behavior.blocks.minecraft.item_visual",
|
|
|
|
|
"title": "Item Visual",
|
2025-02-13 18:38:27 +05:00
|
|
|
"description": "The description identifier of the geometry and material used to render the item of this block.",
|
2024-12-05 20:54:27 +05:00
|
|
|
"type": "object",
|
|
|
|
|
"additionalProperties": false,
|
|
|
|
|
"required": [ "geometry", "material_instances" ],
|
|
|
|
|
"properties": {
|
|
|
|
|
"geometry": {
|
|
|
|
|
"title": "Geometry",
|
|
|
|
|
"description": "The \"minecraft:geometry\" component that will be used for the item.",
|
|
|
|
|
"$ref": "./geometry.json"
|
|
|
|
|
},
|
|
|
|
|
"material_instances": {
|
|
|
|
|
"title": "Geometry",
|
|
|
|
|
"description": "The \"minecraft:material_instances\" component that will be used for the item.",
|
|
|
|
|
"$ref": "./material_instances.json"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|