mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-06-29 00:49:05 +00:00
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"format_version": "1.20.60",
|
|
"minecraft:biome": {
|
|
"description": {
|
|
"identifier": "grove"
|
|
},
|
|
"components": {
|
|
"minecraft:climate": {
|
|
"downfall": 0.8,
|
|
"snow_accumulation": [ 0.125, 0.25 ],
|
|
"temperature": -0.2
|
|
},
|
|
"minecraft:surface_parameters": {
|
|
"sea_floor_depth": 7,
|
|
"sea_floor_material": "minecraft:gravel",
|
|
"foundation_material": "minecraft:stone",
|
|
"mid_material": "minecraft:dirt",
|
|
"top_material": "minecraft:snow",
|
|
"sea_material": "minecraft:water"
|
|
},
|
|
"minecraft:surface_material_adjustments": {
|
|
"adjustments": [
|
|
{
|
|
"materials": {
|
|
"top_material": "minecraft:powder_snow"
|
|
},
|
|
"noise_frequency_scale": 0.1,
|
|
"noise_range": [ 0.35, 0.6 ]
|
|
},
|
|
{
|
|
"materials": {
|
|
"mid_material": "minecraft:powder_snow"
|
|
},
|
|
"noise_frequency_scale": 0.1,
|
|
"noise_range": [ 0.45, 0.58 ]
|
|
}
|
|
]
|
|
},
|
|
"minecraft:mountain_parameters": {
|
|
"top_slide": {
|
|
"enabled": false
|
|
}
|
|
},
|
|
"minecraft:tags": {
|
|
"tags": [
|
|
"mountains",
|
|
"cold",
|
|
"monster",
|
|
"overworld",
|
|
"grove",
|
|
"spawns_cold_variant_farm_animals",
|
|
"spawns_cold_variant_frogs",
|
|
"spawns_snow_foxes",
|
|
"spawns_white_rabbits"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|