diff --git a/src/minecraft/biomesoplenty/biomes/BiomeGenConiferousForest.java b/src/minecraft/biomesoplenty/biomes/BiomeGenConiferousForest.java index 1690897aa..946834269 100644 --- a/src/minecraft/biomesoplenty/biomes/BiomeGenConiferousForest.java +++ b/src/minecraft/biomesoplenty/biomes/BiomeGenConiferousForest.java @@ -28,7 +28,6 @@ public class BiomeGenConiferousForest extends BiomeGenBase customBiomeDecorator.treesPerChunk = 6; customBiomeDecorator.grassPerChunk = 10; customBiomeDecorator.toadstoolsPerChunk = 3; - customBiomeDecorator.violetsPerChunk = 2; customBiomeDecorator.blueMilksPerChunk = 1; customBiomeDecorator.poisonIvyPerChunk = 1; customBiomeDecorator.berryBushesPerChunk = 1; diff --git a/src/minecraft/biomesoplenty/configuration/BOPBiomes.java b/src/minecraft/biomesoplenty/configuration/BOPBiomes.java index 970bdfb53..d1994297a 100644 --- a/src/minecraft/biomesoplenty/configuration/BOPBiomes.java +++ b/src/minecraft/biomesoplenty/configuration/BOPBiomes.java @@ -173,7 +173,7 @@ public class BOPBiomes { Biomes.canyon = Optional.of((new BiomeGenCanyon(BOPConfiguration.canyonID)).setColor(9286496).setBiomeName("Canyon").setTemperatureRainfall(0.8F, 0.4F).setMinMaxHeight(0.4F, 2.0F)); Biomes.chaparral = Optional.of((new BiomeGenChaparral(BOPConfiguration.chaparralID)).setColor(9286496).setBiomeName("Chaparral").setTemperatureRainfall(0.8F, 0.4F).setMinMaxHeight(0.3F, 0.6F)); Biomes.cherryBlossomGrove = Optional.of((new BiomeGenCherryBlossomGrove(BOPConfiguration.cherryBlossomGroveID)).setColor(9286496).setBiomeName("Cherry Blossom Grove").setMinMaxHeight(0.1F, 0.2F).setTemperatureRainfall(0.7F, 0.8F)); - Biomes.coniferousForest = Optional.of((new BiomeGenConiferousForest(BOPConfiguration.coniferousForestID)).setColor(747097).setBiomeName("Coniferous Forest").func_76733_a(5159473).setTemperatureRainfall(0.3F, 0.4F).setMinMaxHeight(0.1F, 0.8F)); + Biomes.coniferousForest = Optional.of((new BiomeGenConiferousForest(BOPConfiguration.coniferousForestID)).setColor(747097).setBiomeName("Coniferous Forest").func_76733_a(5159473).setTemperatureRainfall(0.5F, 0.4F).setMinMaxHeight(0.1F, 0.8F)); Biomes.coniferousForestSnow = Optional.of((new BiomeGenConiferousForestSnow(BOPConfiguration.coniferousForestSnowID)).setColor(14090235).setBiomeName("Snowy Coniferous Forest").setTemperatureRainfall(0.0F, 0.0F).setMinMaxHeight(0.1F, 0.7F)); Biomes.crag = Optional.of((new BiomeGenCrag(BOPConfiguration.cragID)).setColor(9286496).setBiomeName("Crag").setMinMaxHeight(0.0F, 9.9F).setTemperatureRainfall(0.4F, 0.2F)); Biomes.deadForest = Optional.of((new BiomeGenDeadForest(BOPConfiguration.deadForestID)).setColor(522674).setBiomeName("Dead Forest").func_76733_a(9154376).setMinMaxHeight(0.2F, 0.7F).setTemperatureRainfall(1.2F, 0.1F)); diff --git a/src/minecraft/mods/BiomesOPlenty/textures/blocks/leaves_fir_fancy.png b/src/minecraft/mods/BiomesOPlenty/textures/blocks/leaves_fir_fancy.png index f3dce87ec..df10e34b7 100644 Binary files a/src/minecraft/mods/BiomesOPlenty/textures/blocks/leaves_fir_fancy.png and b/src/minecraft/mods/BiomesOPlenty/textures/blocks/leaves_fir_fancy.png differ diff --git a/src/minecraft/mods/BiomesOPlenty/textures/blocks/leaves_fir_fast.png b/src/minecraft/mods/BiomesOPlenty/textures/blocks/leaves_fir_fast.png index e917903ba..6187f5e63 100644 Binary files a/src/minecraft/mods/BiomesOPlenty/textures/blocks/leaves_fir_fast.png and b/src/minecraft/mods/BiomesOPlenty/textures/blocks/leaves_fir_fast.png differ diff --git a/src/minecraft/mods/BiomesOPlenty/textures/blocks/poisonivy.png b/src/minecraft/mods/BiomesOPlenty/textures/blocks/poisonivy.png index e060fd17d..385ab819c 100644 Binary files a/src/minecraft/mods/BiomesOPlenty/textures/blocks/poisonivy.png and b/src/minecraft/mods/BiomesOPlenty/textures/blocks/poisonivy.png differ diff --git a/src/minecraft/mods/BiomesOPlenty/textures/blocks/sapling_fir.png b/src/minecraft/mods/BiomesOPlenty/textures/blocks/sapling_fir.png index 3a900b161..9c2ac4d73 100644 Binary files a/src/minecraft/mods/BiomesOPlenty/textures/blocks/sapling_fir.png and b/src/minecraft/mods/BiomesOPlenty/textures/blocks/sapling_fir.png differ