From d3af5f7482029f5c6b4b8c445b6a54ed6d574147 Mon Sep 17 00:00:00 2001 From: Matt Caughey Date: Mon, 6 May 2013 06:19:33 -0400 Subject: [PATCH] Added poison ivy to other biomes --- src/minecraft/biomesoplenty/biomes/BiomeGenConiferousForest.java | 1 + src/minecraft/biomesoplenty/biomes/BiomeGenDeciduousForest.java | 1 + src/minecraft/biomesoplenty/biomes/BiomeGenForestNew.java | 1 + src/minecraft/biomesoplenty/biomes/BiomeGenGrove.java | 1 + src/minecraft/biomesoplenty/biomes/BiomeGenJungleNew.java | 1 + src/minecraft/biomesoplenty/biomes/BiomeGenMapleWoods.java | 1 + src/minecraft/biomesoplenty/biomes/BiomeGenSeasonalForest.java | 1 + src/minecraft/biomesoplenty/biomes/BiomeGenSpruceWoods.java | 1 + .../biomesoplenty/biomes/BiomeGenTemperateRainforest.java | 1 + .../biomesoplenty/biomes/BiomeGenTropicalRainforest.java | 1 + 10 files changed, 10 insertions(+) diff --git a/src/minecraft/biomesoplenty/biomes/BiomeGenConiferousForest.java b/src/minecraft/biomesoplenty/biomes/BiomeGenConiferousForest.java index 8f86b6c17..b110ebcdd 100644 --- a/src/minecraft/biomesoplenty/biomes/BiomeGenConiferousForest.java +++ b/src/minecraft/biomesoplenty/biomes/BiomeGenConiferousForest.java @@ -32,6 +32,7 @@ public class BiomeGenConiferousForest extends BiomeGenBase this.customBiomeDecorator.toadstoolsPerChunk = 3; this.customBiomeDecorator.violetsPerChunk = 2; this.customBiomeDecorator.blueMilksPerChunk = 1; + this.customBiomeDecorator.poisonIvyPerChunk = 1; } /** diff --git a/src/minecraft/biomesoplenty/biomes/BiomeGenDeciduousForest.java b/src/minecraft/biomesoplenty/biomes/BiomeGenDeciduousForest.java index b0a6aea9f..b4708090c 100644 --- a/src/minecraft/biomesoplenty/biomes/BiomeGenDeciduousForest.java +++ b/src/minecraft/biomesoplenty/biomes/BiomeGenDeciduousForest.java @@ -27,6 +27,7 @@ public class BiomeGenDeciduousForest extends BiomeGenBase this.customBiomeDecorator.toadstoolsPerChunk = 1; this.customBiomeDecorator.bushesPerChunk = 8; this.customBiomeDecorator.blueMilksPerChunk = 2; + this.customBiomeDecorator.poisonIvyPerChunk = 1; } /** diff --git a/src/minecraft/biomesoplenty/biomes/BiomeGenForestNew.java b/src/minecraft/biomesoplenty/biomes/BiomeGenForestNew.java index 787b39e40..5b41eb3e5 100644 --- a/src/minecraft/biomesoplenty/biomes/BiomeGenForestNew.java +++ b/src/minecraft/biomesoplenty/biomes/BiomeGenForestNew.java @@ -26,6 +26,7 @@ public class BiomeGenForestNew extends BiomeGenBase this.customBiomeDecorator.hydrangeasPerChunk = 2; this.customBiomeDecorator.whiteFlowersPerChunk = 1; this.customBiomeDecorator.reedsBOPPerChunk = 5; + this.customBiomeDecorator.poisonIvyPerChunk = 2; } /** diff --git a/src/minecraft/biomesoplenty/biomes/BiomeGenGrove.java b/src/minecraft/biomesoplenty/biomes/BiomeGenGrove.java index 9b1dc603f..13b196365 100644 --- a/src/minecraft/biomesoplenty/biomes/BiomeGenGrove.java +++ b/src/minecraft/biomesoplenty/biomes/BiomeGenGrove.java @@ -19,6 +19,7 @@ public class BiomeGenGrove extends BiomeGenBase this.customBiomeDecorator.flowersPerChunk = 5; this.customBiomeDecorator.grassPerChunk = 10; this.customBiomeDecorator.sproutsPerChunk = 2; + this.customBiomeDecorator.poisonIvyPerChunk = 2; this.customBiomeDecorator.generatePumpkins = false; } diff --git a/src/minecraft/biomesoplenty/biomes/BiomeGenJungleNew.java b/src/minecraft/biomesoplenty/biomes/BiomeGenJungleNew.java index 3e0bab646..37dd122b1 100644 --- a/src/minecraft/biomesoplenty/biomes/BiomeGenJungleNew.java +++ b/src/minecraft/biomesoplenty/biomes/BiomeGenJungleNew.java @@ -34,6 +34,7 @@ public class BiomeGenJungleNew extends BiomeGenBase this.customBiomeDecorator.flowersPerChunk = 4; this.customBiomeDecorator.orangeFlowersPerChunk = 5; this.customBiomeDecorator.quicksandPerChunk = 1; + this.customBiomeDecorator.poisonIvyPerChunk = 1; this.customBiomeDecorator.generateMelons = true; this.waterColorMultiplier = 10745289; this.spawnableMonsterList.add(new SpawnListEntry(EntityOcelot.class, 2, 1, 1)); diff --git a/src/minecraft/biomesoplenty/biomes/BiomeGenMapleWoods.java b/src/minecraft/biomesoplenty/biomes/BiomeGenMapleWoods.java index 897ae2b8b..a1d6f7762 100644 --- a/src/minecraft/biomesoplenty/biomes/BiomeGenMapleWoods.java +++ b/src/minecraft/biomesoplenty/biomes/BiomeGenMapleWoods.java @@ -20,6 +20,7 @@ public class BiomeGenMapleWoods extends BiomeGenBase this.customBiomeDecorator.treesPerChunk = 9; this.customBiomeDecorator.grassPerChunk = 1; this.customBiomeDecorator.violetsPerChunk = 1; + this.customBiomeDecorator.poisonIvyPerChunk = 1; } /** diff --git a/src/minecraft/biomesoplenty/biomes/BiomeGenSeasonalForest.java b/src/minecraft/biomesoplenty/biomes/BiomeGenSeasonalForest.java index 084e18a10..58a9742f3 100644 --- a/src/minecraft/biomesoplenty/biomes/BiomeGenSeasonalForest.java +++ b/src/minecraft/biomesoplenty/biomes/BiomeGenSeasonalForest.java @@ -31,6 +31,7 @@ public class BiomeGenSeasonalForest extends BiomeGenBase this.customBiomeDecorator.grassPerChunk = 8; this.customBiomeDecorator.flowersPerChunk = -999; this.customBiomeDecorator.toadstoolsPerChunk = 4; + this.customBiomeDecorator.poisonIvyPerChunk = 1; } /** diff --git a/src/minecraft/biomesoplenty/biomes/BiomeGenSpruceWoods.java b/src/minecraft/biomesoplenty/biomes/BiomeGenSpruceWoods.java index 0ece96688..eaa4ba83a 100644 --- a/src/minecraft/biomesoplenty/biomes/BiomeGenSpruceWoods.java +++ b/src/minecraft/biomesoplenty/biomes/BiomeGenSpruceWoods.java @@ -24,6 +24,7 @@ public class BiomeGenSpruceWoods extends BiomeGenBase this.customBiomeDecorator.treesPerChunk = 10; this.customBiomeDecorator.grassPerChunk = 6; this.customBiomeDecorator.sproutsPerChunk = 3; + this.customBiomeDecorator.poisonIvyPerChunk = 1; } /** diff --git a/src/minecraft/biomesoplenty/biomes/BiomeGenTemperateRainforest.java b/src/minecraft/biomesoplenty/biomes/BiomeGenTemperateRainforest.java index 29d7a8085..9ef8105e9 100644 --- a/src/minecraft/biomesoplenty/biomes/BiomeGenTemperateRainforest.java +++ b/src/minecraft/biomesoplenty/biomes/BiomeGenTemperateRainforest.java @@ -30,6 +30,7 @@ public class BiomeGenTemperateRainforest extends BiomeGenBase this.customBiomeDecorator.grassPerChunk = 25; this.customBiomeDecorator.generatePumpkins = false; this.customBiomeDecorator.blueMilksPerChunk = 3; + this.customBiomeDecorator.poisonIvyPerChunk = 1; } /** diff --git a/src/minecraft/biomesoplenty/biomes/BiomeGenTropicalRainforest.java b/src/minecraft/biomesoplenty/biomes/BiomeGenTropicalRainforest.java index 18d861451..83cce3cfa 100644 --- a/src/minecraft/biomesoplenty/biomes/BiomeGenTropicalRainforest.java +++ b/src/minecraft/biomesoplenty/biomes/BiomeGenTropicalRainforest.java @@ -36,6 +36,7 @@ public class BiomeGenTropicalRainforest extends BiomeGenBase this.customBiomeDecorator.generateMelons = true; this.customBiomeDecorator.sproutsPerChunk = 2; this.customBiomeDecorator.quicksandPerChunk = 3; + this.customBiomeDecorator.poisonIvyPerChunk = 4; this.spawnableMonsterList.add(new SpawnListEntry(EntityJungleSpider.class, 12, 6, 6)); this.waterColorMultiplier = 6160128; }