Redwood Forest tweaks

This commit is contained in:
Matt Caughey 2013-09-27 16:31:57 -04:00
parent 47bd4d85ac
commit c1fdf456c1
1 changed files with 1 additions and 1 deletions

View File

@ -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;