16 lines
586 B
JSON
16 lines
586 B
JSON
|
|
{
|
||
|
|
"$id": "blockception.minecraft.resource.biomes.minecraft.atmosphere_identifier",
|
||
|
|
"title": "Atmosphere Identifier",
|
||
|
|
"description": "[INTERNAL - WORK IN PROGRESS] 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"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|