mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-04-11 04:30:02 +00:00
16 lines
485 B
JSON
16 lines
485 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "783532490",
|
|
"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",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"fog_identifier"
|
|
]
|
|
} |