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

47 lines
1.2 KiB
JSON

{
"format_version": "1.20.60",
"minecraft:biome": {
"description": {
"identifier": "jagged_peaks"
},
"components": {
"minecraft:climate": {
"downfall": 0.9,
"snow_accumulation": [ 0.125, 0.25 ],
"temperature": -0.7
},
"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:stone",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:stone",
"top_material": "minecraft:snow",
"sea_material": "minecraft:water"
},
"minecraft:tags": {
"tags": [
"mountains",
"monster",
"overworld",
"frozen",
"jagged_peaks",
"spawns_cold_variant_farm_animals",
"spawns_cold_variant_frogs",
"spawns_snow_foxes",
"spawns_white_rabbits"
]
}
}
}
}