{
"$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": {
"description": "Identifier of atmosphere definition to use",
"type": "string"
}