1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-08-26 11:12:25 +00:00
Files
bedrock-samples/metadata/json_schemas/client/1.21.40/biome/Fog Appearance Client Biome Component.json
Mike Ammerlaan c32ab2ac8e v1.21.100.6
2025-08-05 10:30:44 -07:00

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