aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlkalus <draknyte1@hotmail.com>2017-07-14 13:33:35 +1000
committerAlkalus <draknyte1@hotmail.com>2017-07-14 13:33:35 +1000
commit1b3b6b42b21f09ca517c0303f89ab5da5be89bc9 (patch)
tree448fc70ad53d1e3d9eb50b0aee9f6cfd776994ab
parent12213e104edd2078a52f10c2ed310d6cfcaedf8c (diff)
downloadGT5-Unofficial-1b3b6b42b21f09ca517c0303f89ab5da5be89bc9.tar.gz
GT5-Unofficial-1b3b6b42b21f09ca517c0303f89ab5da5be89bc9.tar.bz2
GT5-Unofficial-1b3b6b42b21f09ca517c0303f89ab5da5be89bc9.zip
% Tweaked flower generator for custom biomes.
-rw-r--r--src/Java/gtPlusPlus/core/world/darkworld/biome/BiomeGenerator_Custom.java6
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;