mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-04 21:19:50 +00:00
55 lines
2.6 KiB
JSON
55 lines
2.6 KiB
JSON
{
|
|
"$id": "471923105",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"definitions": {
|
|
"2155690250": {
|
|
"description": "The amount that light will be dampened when it passes through the block, in a range (0-15). Higher value means the light will be dampened more.",
|
|
"maximum": 15,
|
|
"title": "Light Dampening",
|
|
"type": "integer"
|
|
},
|
|
"2735968029": {
|
|
"description": "Use this component to define tags, vanilla or custom. Valid tags are of the format \"namespace:tag_name\". The array of tags must be non-empty.",
|
|
"items": {
|
|
"pattern": "^(?:.)+:(?:.)+$",
|
|
"type": "string",
|
|
"x-regex-flags": "ECMAScript,icase"
|
|
},
|
|
"title": "Tags",
|
|
"type": "array"
|
|
},
|
|
"2879220220": {
|
|
"description": "Specifies the language file key that maps to what text will be displayed when you hover over the block in your inventory and hotbar. If the string given can not be resolved as a loc string, the raw string given will be displayed. If this component is omitted, the name of the block will be used as the display name.",
|
|
"maxLength": 256,
|
|
"title": "Display Name",
|
|
"type": "string"
|
|
},
|
|
"3655705218": {
|
|
"description": "The amount of light this block will emit in a range (0-15). Higher value means more light will be emitted.",
|
|
"maximum": 15,
|
|
"title": "Light Emission",
|
|
"type": "integer"
|
|
}
|
|
},
|
|
"properties": {
|
|
"minecraft:display_name": {
|
|
"$ref": "#/definitions/2879220220",
|
|
"description": "Specifies the language file key that maps to what text will be displayed when you hover over the block in your inventory and hotbar. If the string given can not be resolved as a loc string, the raw string given will be displayed. If this component is omitted, the name of the block will be used as the display name."
|
|
},
|
|
"minecraft:light_dampening": {
|
|
"$ref": "#/definitions/2155690250",
|
|
"description": "The amount that light will be dampened when it passes through the block, in a range (0-15). Higher value means the light will be dampened more."
|
|
},
|
|
"minecraft:light_emission": {
|
|
"$ref": "#/definitions/3655705218",
|
|
"description": "The amount of light this block will emit in a range (0-15). Higher value means more light will be emitted."
|
|
},
|
|
"minecraft:tags": {
|
|
"$ref": "#/definitions/2735968029",
|
|
"description": "Use this component to define tags, vanilla or custom. Valid tags are of the format \"namespace:tag_name\". The array of tags must be non-empty."
|
|
}
|
|
},
|
|
"title": "Components",
|
|
"type": "object",
|
|
"x-format-version": "1.21.110"
|
|
} |