1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-06-28 16:39:04 +00:00
Files
bedrock-samples/behavior_pack/biomes/snowy_slopes.biome.json
Mike Ammerlaan d2c831e602 v1.21.90.3
2025-06-18 05:19:56 -07:00

65 lines
1.6 KiB
JSON

{
"format_version": "1.20.60",
"minecraft:biome": {
"description": {
"identifier": "snowy_slopes"
},
"components": {
"minecraft:climate": {
"downfall": 0.9,
"snow_accumulation": [ 0.125, 0.5 ],
"temperature": -0.3
},
"minecraft:mountain_parameters": {
"steep_material_adjustment": {
"material": "minecraft:stone",
"north_slopes": true,
"east_slopes": true
},
"top_slide": {
"enabled": false
}
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:snow",
"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:tags": {
"tags": [
"frozen",
"mountains",
"monster",
"overworld",
"spawns_cold_variant_frogs",
"spawns_snow_foxes",
"spawns_white_rabbits",
"snowy_slopes",
"spawns_cold_variant_farm_animals"
]
}
}
}
}