Fixed missing grass in the Steppe
This commit is contained in:
parent
a2c0a16f92
commit
3bdf3bfd46
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ public class BiomeGenSteppe extends BOPBiome
|
|||
this.addGenerator("dead_bushes", GeneratorStage.DEAD_BUSH,(new GeneratorFlora.Builder()).amountPerChunk(0.3F).with(Blocks.deadbush.getDefaultState()).generationAttempts(4).create());
|
||||
|
||||
// grasses
|
||||
this.addGenerator("shrubs", GeneratorStage.GRASS,(new GeneratorGrass.Builder()).amountPerChunk(1.5F).with(BlockBOPPlant.paging.getVariantState(BOPPlants.SHORTGRASS)).create());
|
||||
this.addGenerator("shrubs", GeneratorStage.GRASS,(new GeneratorGrass.Builder()).amountPerChunk(15).with(BlockBOPPlant.paging.getVariantState(BOPPlants.SHORTGRASS)).create());
|
||||
|
||||
// gem
|
||||
this.addGenerator("ruby", GeneratorStage.SAND, (new GeneratorOreSingle.Builder()).amountPerChunk(12).with(BOPGems.RUBY).create());
|
||||
|
|
Loading…
Reference in a new issue