diff --git a/src/main/java/biomesoplenty/common/biomes/nether/BiomeGenPhantasmagoricInferno.java b/src/main/java/biomesoplenty/common/biomes/nether/BiomeGenPhantasmagoricInferno.java index c2ea6e70f..070b69783 100644 --- a/src/main/java/biomesoplenty/common/biomes/nether/BiomeGenPhantasmagoricInferno.java +++ b/src/main/java/biomesoplenty/common/biomes/nether/BiomeGenPhantasmagoricInferno.java @@ -17,7 +17,7 @@ public class BiomeGenPhantasmagoricInferno extends BOPNetherBiome this.fillerBlock = BOPBlockHelper.get("ash"); this.bopWorldFeatures.setFeature("netherLavaLakesPerChunk", 20); - this.bopWorldFeatures.setFeature("smolderingGrassPerChunk", 8); + this.bopWorldFeatures.setFeature("smolderingGrassPerChunk", 30); this.bopWorldFeatures.setFeature("gravesPerChunk", 1); this.bopWorldFeatures.setFeature("waspHivesPerChunk", 1); this.bopWorldFeatures.setFeature("generateAsh", true); diff --git a/src/main/java/biomesoplenty/common/biomes/nether/BiomeGenUndergarden.java b/src/main/java/biomesoplenty/common/biomes/nether/BiomeGenUndergarden.java index b65c6ac2b..f46768414 100644 --- a/src/main/java/biomesoplenty/common/biomes/nether/BiomeGenUndergarden.java +++ b/src/main/java/biomesoplenty/common/biomes/nether/BiomeGenUndergarden.java @@ -22,17 +22,17 @@ public class BiomeGenUndergarden extends BOPNetherBiome this.topBlock = BOPBlockHelper.get("overgrownNetherrack"); this.fillerBlock = Blocks.netherrack; - this.theBiomeDecorator.treesPerChunk = 10; + this.theBiomeDecorator.treesPerChunk = 50; this.bopWorldFeatures.setFeature("netherVinesPerChunk", 20); this.bopWorldFeatures.setFeature("netherrackSplatterPerChunk", 45); this.bopWorldFeatures.setFeature("bopBigMushroomsPerChunk", 30); this.bopWorldFeatures.setFeature("gravesPerChunk", 1); this.bopWorldFeatures.setFeature("waspHivesPerChunk", 1); - this.bopWorldFeatures.setFeature("toadstoolsPerChunk", 3); - this.bopWorldFeatures.setFeature("glowshroomsPerChunk", 1); + this.bopWorldFeatures.setFeature("toadstoolsPerChunk", 10); + this.bopWorldFeatures.setFeature("glowshroomsPerChunk", 5); - this.bopWorldFeatures.setFeature("bopGrassPerChunk", 30); + this.bopWorldFeatures.setFeature("bopGrassPerChunk", 50); this.bopWorldFeatures.weightedGrassGen.put(new WorldGenBOPTallGrass(Blocks.tallgrass, 0), 0.25D); this.bopWorldFeatures.weightedGrassGen.put(new WorldGenBOPTallGrass(Blocks.tallgrass, 1), 1D);