mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-08-06 15:41:55 +00:00
13 lines
450 B
JSON
13 lines
450 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "4150838471",
|
|
"x-format-version": "1.20.80",
|
|
"x-minecraft-version": "1.21.100-beta.6",
|
|
"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):).)+:(?:.)+$"
|
|
}
|
|
} |