1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-07-22 23:24:02 +00:00
Files
Mike Ammerlaan d2c831e602 v1.21.90.3
2025-06-18 05:19:56 -07:00

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):).)+:(?:.)+$"
}
}