Files
2024-10-12 16:47:16 +02:00

16 lines
491 B
JSON

{
"$id": "blockception.minecraft.resource.biomes.minecraft.fog_appearance",
"title": "Fog Appearance",
"description": "Set the fog settings used during rendering. Biomes without this component will have default fog settings.",
"type": "object",
"required": ["fog_identifier"],
"additionalProperties": false,
"properties": {
"fog_identifier": {
"title": "Fog Identifier",
"description": "Identifier of fog definition to use.",
"type": "string"
}
}
}