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 +}