mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-06-28 16:39:04 +00:00
29 lines
611 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|