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

53 lines
1.4 KiB
JSON

{
"format_version": "1.20.60",
"minecraft:biome": {
"description": {
"identifier": "mesa_plateau_stone"
},
"components": {
"minecraft:creature_spawn_probability": { "probability": 0.04 },
"minecraft:climate": {
"downfall": 0.0,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 2.0
},
"minecraft:mesa_surface": {
"bryce_pillars": false,
"clay_material": "minecraft:white_terracotta",
"sea_floor_depth": 7,
"sea_floor_material": "minecraft:gravel",
"foundation_material": "minecraft:stone",
"hard_clay_material": "minecraft:hardened_clay",
"has_forest": true,
"mid_material": "minecraft:hardened_clay",
"top_material": "minecraft:red_sand",
"sea_material": "minecraft:water"
},
"minecraft:overworld_height": {
"noise_type": "highlands"
},
"minecraft:overworld_generation_rules": {
"hills_transformation": "mesa",
"mutate_transformation": "mesa_plateau_stone_mutated",
"generate_for_climates": [
[ "warm", 2 ]
]
},
"minecraft:tags": {
"tags": [
"animal",
"mesa",
"monster",
"overworld",
"plateau",
"rare",
"stone",
"spawns_mesa_mobs",
"spawns_warm_variant_farm_animals"
]
}
}
}
}