Tweaked the amount of Sea Oats in Beach biomes

This commit is contained in:
Forstride 2018-04-13 09:55:32 -04:00
parent c1831cf3df
commit 0093e0189a
3 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ public class BiomeExtBeach extends ExtendedBiomeWrapper
{
super(Biomes.BEACH);
this.addGenerator("sea_oats", GeneratorStage.FLOWERS,(new GeneratorDoubleFlora.Builder()).amountPerChunk(10.0F).placeOn(Blocks.SAND.getDefaultState()).with(BlockBOPDoublePlant.DoublePlantType.SEA_OATS).generationAttempts(128).create());
this.addGenerator("sea_oats", GeneratorStage.FLOWERS,(new GeneratorDoubleFlora.Builder()).amountPerChunk(6.0F).placeOn(Blocks.SAND.getDefaultState()).with(BlockBOPDoublePlant.DoublePlantType.SEA_OATS).generationAttempts(96).create());
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 930 B

After

Width:  |  Height:  |  Size: 929 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 928 B

After

Width:  |  Height:  |  Size: 924 B