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

76 lines
2.0 KiB
JSON

{
"format_version": "1.20.60",
"minecraft:biome": {
"description": {
"identifier": "frozen_peaks"
},
"components": {
"minecraft:climate": {
"downfall": 0.9,
"snow_accumulation": [ 0.125, 0.25 ],
"temperature": -0.7
},
"minecraft:mountain_parameters": {
"steep_material_adjustment": {
"material": "minecraft:packed_ice",
"north_slopes": true,
"east_slopes": true
}
},
"minecraft:surface_parameters": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:ice",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:snow",
"top_material": "minecraft:snow",
"sea_material": "minecraft:water"
},
"minecraft:surface_material_adjustments": {
"adjustments": [
{
"materials": {
"mid_material": "minecraft:packed_ice"
},
"noise_frequency_scale": 0.0625,
"noise_range": [ -0.5, 0.2 ]
},
{
"materials": {
"top_material": "minecraft:packed_ice"
},
"noise_frequency_scale": 0.0625,
"noise_range": [ 0.0, 0.2 ]
},
{
"materials": {
"mid_material": "minecraft:ice"
},
"noise_frequency_scale": 0.5000,
"noise_range": [ -0.0625, 0.0250 ]
},
{
"materials": {
"top_material": "minecraft:ice"
},
"noise_frequency_scale": 0.5000,
"noise_range": [ 0.0, 0.0250 ]
}
]
},
"minecraft:tags": {
"tags": [
"mountains",
"monster",
"overworld",
"frozen",
"frozen_peaks",
"spawns_cold_variant_farm_animals",
"spawns_cold_variant_frogs",
"spawns_snow_foxes",
"spawns_white_rabbits"
]
}
}
}
}