1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-07-16 11:15:47 +00:00
Files
Mike Ammerlaan d2c831e602 v1.21.90.3
2025-06-18 05:19:56 -07:00

22 lines
648 B
JSON

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