Files
minecraft-bedrock-json-schemas/source/behavior/items/format/components/glint.json

13 lines
448 B
JSON
Raw Normal View History

{
"$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 }
]
}