mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-06-28 01:29:12 +00:00
36 lines
827 B
JSON
36 lines
827 B
JSON
{
|
|
"format_version": "1.20.60",
|
|
"minecraft:biome": {
|
|
"description": {
|
|
"identifier": "lush_caves"
|
|
},
|
|
"components": {
|
|
"minecraft:climate": {
|
|
"downfall": 0.0,
|
|
"temperature": 0.9
|
|
},
|
|
"minecraft:overworld_height": {
|
|
"noise_type": "default"
|
|
},
|
|
"minecraft:surface_parameters": {
|
|
"sea_floor_depth": 7,
|
|
"sea_floor_material": "minecraft:gravel",
|
|
"foundation_material": "minecraft:stone",
|
|
"mid_material": "minecraft:dirt",
|
|
"top_material": "minecraft:grass_block",
|
|
"sea_material": "minecraft:water"
|
|
},
|
|
|
|
"minecraft:tags": {
|
|
"tags": [
|
|
"caves",
|
|
"lush_caves",
|
|
"overworld",
|
|
"monster",
|
|
"spawns_tropical_fish_at_any_height"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|