Files
minecraft-bedrock-json-schemas/source/resource/biomes/format/components/atmosphere_identifier.json

16 lines
556 B
JSON
Raw Normal View History

{
"$id": "blockception.minecraft.resource.biomes.minecraft.atmosphere_identifier",
"title": "Atmosphere Identifier",
"description": "Set the atmosphere settings used during deferred rendering.\nBiomes without this component will have default atmosphere settings.",
"type": "object",
"additionalProperties": false,
"required": ["atmosphere_identifier"],
"properties": {
"atmosphere_identifier": {
"title": "Atmosphere Identifier",
"description": "Identifier of atmosphere definition to use",
"type": "string"
}
}
}