1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-04-11 04:30:02 +00:00
Files
bedrock-samples/metadata/json_schemas/clientbiome/v1.21.40/Fog Appearance Client Biome Component v1.21.40.json
Mike Ammerlaan 8cb28e3b1e v1.21.70.3
2025-03-25 09:13:19 -07:00

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"
]
}