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