Added client biome schema (#319)
This commit is contained in:
15
source/resource/biomes/format/components/fog_appearance.json
Normal file
15
source/resource/biomes/format/components/fog_appearance.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user