diff --git a/common/biomesoplenty/biomes/BiomeGenRedwoodForest.java b/common/biomesoplenty/biomes/BiomeGenRedwoodForest.java index 7ba2a32ef..17615511d 100644 --- a/common/biomesoplenty/biomes/BiomeGenRedwoodForest.java +++ b/common/biomesoplenty/biomes/BiomeGenRedwoodForest.java @@ -24,7 +24,7 @@ public class BiomeGenRedwoodForest extends BiomeGenBase super(par1); theBiomeDecorator = new BiomeDecoratorBOP(this); customBiomeDecorator = (BiomeDecoratorBOP)theBiomeDecorator; - customBiomeDecorator.treesPerChunk = 50; + customBiomeDecorator.treesPerChunk = 75; customBiomeDecorator.grassPerChunk = 16; customBiomeDecorator.bushesPerChunk = 4; customBiomeDecorator.berryBushesPerChunk = 1;