mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-05 12:29:51 +00:00
13 lines
421 B
JSON
13 lines
421 B
JSON
{
|
|
"$id": "3438816014",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"description": "Specifies an array of custom components defined in a script that should be added to this item.",
|
|
"items": {
|
|
"pattern": "^(?:(?!^(minecraft):).)+:(?:.)+$",
|
|
"type": "string",
|
|
"x-regex-flags": "ECMAScript,icase"
|
|
},
|
|
"title": "minecraft:custom_components",
|
|
"type": "array",
|
|
"x-format-version": "1.20.80"
|
|
} |