diff options
Diffstat (limited to 'src/Java/gtPlusPlus')
-rw-r--r-- | src/Java/gtPlusPlus/core/world/darkworld/biome/BiomeGenerator_Custom.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Java/gtPlusPlus/core/world/darkworld/biome/BiomeGenerator_Custom.java b/src/Java/gtPlusPlus/core/world/darkworld/biome/BiomeGenerator_Custom.java index 4652443716..7bb47e4e24 100644 --- a/src/Java/gtPlusPlus/core/world/darkworld/biome/BiomeGenerator_Custom.java +++ b/src/Java/gtPlusPlus/core/world/darkworld/biome/BiomeGenerator_Custom.java @@ -127,15 +127,15 @@ public class BiomeGenerator_Custom extends BiomeDecorator { this.fluoriteGen = new WorldGenMinable_Custom(ModBlocks.blockOreFluorite, 20); //Nature - /*this.yellowFlowerGen = new WorldGenFlowers(Blocks.yellow_flower); + this.yellowFlowerGen = new WorldGenFlowers(Blocks.yellow_flower); this.mushroomBrownGen = new WorldGenFlowers(Blocks.brown_mushroom); this.mushroomRedGen = new WorldGenFlowers(Blocks.red_mushroom); - this.bigMushroomGen = new WorldGenBigMushroom();*/ + this.bigMushroomGen = new WorldGenBigMushroom(); this.reedGen = new WorldGenReed(); this.cactusGen = new WorldGenCactus(); this.waterlilyGen = new WorldGenDeadLilly(); - this.flowersPerChunk = 2; + this.flowersPerChunk = 1; this.grassPerChunk = 5; this.sandPerChunk = 3; this.sandPerChunk2 = 5; |