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/legacy_frozen_ocean.biome.json
Mike Ammerlaan 745dbc8e33 v1.21.80.3
2025-05-06 09:11:26 -07:00

29 lines
611 B
JSON

{
"format_version": "1.20.60",
"minecraft:biome": {
"description": {
"identifier": "legacy_frozen_ocean"
},
"components": {
"minecraft:climate": {
"downfall": 0.5,
"snow_accumulation": [ 0.125, 0.25 ],
"temperature": 0.0
},
"minecraft:overworld_height": {
"noise_type": "ocean"
},
"minecraft:tags": {
"tags": [
"legacy",
"frozen",
"ocean",
"overworld",
"spawns_cold_variant_farm_animals",
"spawns_polar_bears_on_alternate_blocks"
]
}
}
}
}