@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
51 lines • 1.51 kB
JSON
{
"fields": [
{
"id": "blue_spores",
"title": "blue_spores",
"description": "Density of blue spore precipitation visuals",
"dataType": 3
},
{
"id": "downfall",
"title": "downfall",
"description": "Amount that precipitation affects colors and block changes",
"dataType": 3
},
{
"id": "snow_accumulation",
"title": "snow_accumulation",
"description": "Minimum and maximum snow level, each multiple of 0.125 is another snow layer",
"dataType": 32,
"minLength": 2,
"maxLength": 2
},
{
"id": "white_ash",
"title": "white_ash",
"description": "Density of white ash precipitation visuals",
"dataType": 3
},
{
"id": "temperature",
"title": "temperature",
"description": "Temperature affects a variety of visual and behavioral things, including snow and ice placement, sponge drying, and sky color",
"dataType": 3
},
{
"id": "red_spores",
"title": "red_spores",
"description": "Density of blue spore precipitation visuals",
"dataType": 3
},
{
"id": "ash",
"title": "ash",
"description": "Density of ash precipitation visuals",
"dataType": 3
}
],
"description": "Describes temperature, humidity, precipitation, and similar. Biomes without this component will have default values.",
"title": "Climate",
"id": "minecraft:climate"
}