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

63 lines
1.6 KiB
JSON

{
"format_version": "1.20.60",
"minecraft:biome": {
"description": {
"identifier": "savanna_mutated"
},
"components": {
"minecraft:climate": {
"downfall": 0.0,
"snow_accumulation": [ 0.0, 0.125 ],
"temperature": 2.0
},
"minecraft:overworld_height": {
"noise_params": [ 0.3625, 1.225 ]
},
"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:surface_material_adjustments": {
"adjustments": [
{
"materials": {
"mid_material": "minecraft:stone",
"top_material": "minecraft:stone"
},
"noise_frequency_scale": 0.0625,
"noise_range": [ 0.212, 1.0 ]
},
{
"materials": {
"top_material": {
"name": "minecraft:dirt",
"states": {
"dirt_type": "coarse"
}
}
},
"noise_frequency_scale": 0.0625,
"noise_range": [ -0.061, 0.212 ]
}
]
},
"minecraft:tags": {
"tags": [
"animal",
"monster",
"mutated",
"overworld",
"savanna",
"spawns_savanna_mobs",
"spawns_warm_variant_farm_animals"
]
}
}
}
}