mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-08 06:57:04 +00:00
26 lines
834 B
JSON
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"
|
|
} |