plains bushes

This commit is contained in:
dags- 2020-06-20 17:57:14 +01:00
parent 5aebb67d51
commit ec5b68d9a0
2 changed files with 41 additions and 2 deletions

View File

@ -127,8 +127,7 @@ public class TerraSetupFactory {
manager.append(
new ForestSurface(context),
Biomes.FOREST,
Biomes.BIRCH_FOREST_HILLS,
Biomes.TALL_BIRCH_FOREST,
Biomes.WOODED_HILLS,
Biomes.DARK_FOREST,
Biomes.DARK_FOREST_HILLS
);

View File

@ -0,0 +1,40 @@
{
"biomes": [
"minecraft:plains"
],
"stage": "VEGETAL_DECORATION",
"prepend": {
"name": "minecraft:decorated",
"config": {
"feature": {
"name": "terraforged:bush",
"config": {
"trunk": {
"Name": "minecraft:oak_log",
"Properties": {
"axis": "y"
}
},
"leaves": {
"Name": "minecraft:oak_leaves",
"Properties": {
"distance": "7",
"persistent": "false"
}
},
"air_chance": 0.05,
"leaf_chance": 0.09,
"size_chance": 0.65
}
},
"decorator": {
"name": "minecraft:count_extra_heightmap",
"config": {
"count": 0,
"extra_chance": 0.05,
"extra_count": 1
}
}
}
}
}