From 8ecf901112985537b21ec899171496e868d2844a Mon Sep 17 00:00:00 2001 From: Forstride Date: Sat, 3 Dec 2016 03:15:04 -0500 Subject: [PATCH] Update BiomeGenEucalyptusForest.java --- .../common/biome/overworld/BiomeGenEucalyptusForest.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenEucalyptusForest.java b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenEucalyptusForest.java index ec1a7ef8c..1b7f02064 100644 --- a/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenEucalyptusForest.java +++ b/src/main/java/biomesoplenty/common/biome/overworld/BiomeGenEucalyptusForest.java @@ -42,9 +42,6 @@ public class BiomeGenEucalyptusForest extends BOPBiome this.canGenerateVillages = false; - this.fogColor = 0xE1E8DC; - this.fogDensity = 0.5F; - this.addWeight(BOPClimates.TROPICAL, 5); this.spawnableMonsterList.add(new SpawnListEntry(EntityOcelot.class, 2, 1, 1)); @@ -117,4 +114,4 @@ public class BiomeGenEucalyptusForest extends BOPBiome GeneratorWeighted grassGen = (GeneratorWeighted)this.getGenerator("grass"); if (!settings.isEnabled(GeneratorType.GRASSES)) {grassGen.removeGenerator("shortgrass"); grassGen.removeGenerator("mediumgrass"); grassGen.removeGenerator("wheatgrass"); grassGen.removeGenerator("dampgrass");} } -} \ No newline at end of file +}