1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-09-29 17:42:54 +00:00
Files
2025-09-09 10:02:11 -07:00

21 lines
513 B
JSON

{
"$id": "1206516236",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "The glint component determines whether the item has the enchanted glint render effect on it.",
"oneOf": [
{
"type": "boolean"
},
{
"properties": {
"value": {
"description": "Determines whether the item has the glint effect.",
"type": "boolean"
}
},
"type": "object"
}
],
"title": "minecraft:glint",
"x-format-version": "1.20.50"
}