plains bushes
This commit is contained in:
parent
5aebb67d51
commit
ec5b68d9a0
@ -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
|
||||
);
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user