1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-08 09:17:02 +00:00
Files
bedrock-samples/metadata/json_schemas/client/biome/1.21.110/Precipitation Client Biome Component.json
2025-09-09 10:02:11 -07:00

26 lines
834 B
JSON

{
"$id": "3830059653",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Describes the visuals for a biome's precipitation. Biomes without this component will have default values. At most one precipitation type can be set for a biome.",
"properties": {
"ash": {
"description": "Density of ash precipitation visuals",
"type": "number"
},
"blue_spores": {
"description": "Density of blue spore precipitation visuals",
"type": "number"
},
"red_spores": {
"description": "Density of blue spore precipitation visuals",
"type": "number"
},
"white_ash": {
"description": "Density of white ash precipitation visuals",
"type": "number"
}
},
"title": "minecraft:precipitation",
"type": "object",
"x-format-version": "1.21.110"
}