mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-08-26 11:12:25 +00:00
24 lines
709 B
JSON
24 lines
709 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "783532490",
|
|
"x-format-version": "1.21.40",
|
|
"x-minecraft-version": "1.21.100-beta.6",
|
|
"definitions": {
|
|
"3674175389": {
|
|
"title": "Reference",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"title": "minecraft:fog_appearance",
|
|
"description": "Set the fog settings used during rendering. Biomes without this component will have default fog settings.",
|
|
"type": "object",
|
|
"properties": {
|
|
"fog_identifier": {
|
|
"description": "Identifier of fog definition to use",
|
|
"$ref": "#/definitions/3674175389"
|
|
}
|
|
},
|
|
"required": [
|
|
"fog_identifier"
|
|
]
|
|
} |