mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-07-16 11:15:47 +00:00
22 lines
648 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |