mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-06-29 00:49:05 +00:00
25 lines
487 B
JSON
25 lines
487 B
JSON
{
|
|
"format_version": "1.20.60",
|
|
"minecraft:biome": {
|
|
"description": {
|
|
"identifier": "the_end"
|
|
},
|
|
"components": {
|
|
"minecraft:climate": {
|
|
"downfall": 0.5,
|
|
"snow_accumulation": [ 0.0, 0.125 ],
|
|
"temperature": 0.5
|
|
},
|
|
"minecraft:the_end_surface": {},
|
|
|
|
"minecraft:tags": {
|
|
"tags": [
|
|
"the_end",
|
|
"spawns_cold_variant_farm_animals",
|
|
"spawns_cold_variant_frogs"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|