mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-07-22 23:24:02 +00:00
13 lines
449 B
JSON
13 lines
449 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "4150838471",
|
|
"x-format-version": "1.20.80",
|
|
"x-minecraft-version": "1.21.90-beta.3",
|
|
"title": "minecraft:custom_components",
|
|
"description": "Specifies an array of custom components defined in a script that should be added to this item.",
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string",
|
|
"pattern": "^(?:(?!^(minecraft):).)+:(?:.)+$"
|
|
}
|
|
} |