TerraForged/src/main/resources/data/terraforged/features/trees/birch_oak.json

69 lines
1.6 KiB
JSON

{
"biomes": [
"minecraft:wooded_hills"
],
"match": [
[
"minecraft:birch_log",
"minecraft:birch_leaves",
"minecraft:oak_log",
"minecraft:oak_leaves"
]
],
"replace": {
"name": "minecraft:decorated",
"config": {
"feature": {
"name": "minecraft:random_selector",
"config": {
"features": [
{
"name": "terraforged:template",
"config": {
"template": "terraforged:birch_forest"
},
"chance": 0.2
},
{
"name": "terraforged:template",
"config": {
"template": "terraforged:birch_large"
},
"chance": 0.2
},
{
"name": "terraforged:template",
"config": {
"template": "terraforged:oak_forest"
},
"chance": 0.2
},
{
"name": "terraforged:template",
"config": {
"template": "terraforged:oak_large"
},
"chance": 0.2
}
],
"default": {
"name": "terraforged:template",
"config": {
"template": "terraforged:birch_forest"
}
}
}
},
"decorator": {
"name": "terraforged:poisson_surface",
"config": {
"radius": 8,
"biome_fade": 0.35,
"density_noise_scale": 300,
"density_noise_min": 0,
"density_noise_max": 2
}
}
}
}
}