13 lines
448 B
JSON
13 lines
448 B
JSON
|
|
{
|
||
|
|
"$id": "blockception.minecraft.behavior.items.minecraft:foil",
|
||
|
|
"additionalProperties": false,
|
||
|
|
"type": "object",
|
||
|
|
"title": "Glint",
|
||
|
|
"description": "The glint component determines whether the item has the enchanted glint render effect on it",
|
||
|
|
"required": ["value"],
|
||
|
|
"properties": { "value": { "type": "boolean", "title": "Value", "description": "Whether the item has the glint effect." } },
|
||
|
|
"examples": [
|
||
|
|
{ "value": true }
|
||
|
|
]
|
||
|
|
}
|