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

53 lines
1.2 KiB
JSON

{
"biomes": [
"minecraft:forest"
],
"match": [
[
"minecraft:oak_log",
"minecraft:oak_leaves"
]
],
"replace": {
"name": "minecraft:decorated",
"config": {
"feature": {
"name": "minecraft:random_selector",
"config": {
"features": [
{
"name": "terraforged:template",
"config": {
"template": "terraforged:oak_forest"
},
"chance": 0.2
},
{
"name": "terraforged:template",
"config": {
"template": "terraforged:oak_large"
},
"chance": 0.3
}
],
"default": {
"name": "terraforged:template",
"config": {
"template": "terraforged:oak_forest"
}
}
}
},
"decorator": {
"name": "terraforged:poisson_surface",
"config": {
"radius": 8,
"biome_fade": 0.12,
"density_noise_scale": 150,
"density_noise_min": 0.5,
"density_noise_max": 1.75
}
}
}
}
}