1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-06-29 00:49:05 +00:00
Files
bedrock-samples/behavior_pack/biomes/the_end.biome.json
Mike Ammerlaan 745dbc8e33 v1.21.80.3
2025-05-06 09:11:26 -07:00

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"
]
}
}
}
}