Files
tcc/servers/bedrock/definitions/biomes/mangrove_swamp.biome.json

30 lines
710 B
JSON
Vendored

{
"format_version": "1.13.0",
"minecraft:biome": {
"description": {
"identifier": "mangrove_swamp"
},
"components": {
"minecraft:climate": {
"downfall": 0.9,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 0.8
},
"minecraft:overworld_height": {
"noise_type": "swamp"
},
"minecraft:swamp_surface": {
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:mud",
"foundation_material": "minecraft:stone",
"mid_material": "minecraft:mud",
"top_material": "minecraft:mud",
"sea_material": "minecraft:water"
},
"overworld": {},
"mangrove_swamp": {}
}
}
}