mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-07-23 00:32:20 +00:00
18 lines
714 B
JSON
18 lines
714 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "2571640896",
|
|
"x-format-version": "1.21.70",
|
|
"x-minecraft-version": "1.21.90-beta.3",
|
|
"title": "minecraft:lighting_identifier",
|
|
"description": "Set the identifier used for lighting in Vibrant Visuals mode. Identifiers must resolve to identifiers in valid Lighting JSON schemas under the \"lighting\" directory. Biomes without this component will have default lighting settings.",
|
|
"type": "object",
|
|
"properties": {
|
|
"lighting_identifier": {
|
|
"description": "Identifier of lighting definition to use",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"lighting_identifier"
|
|
]
|
|
} |