Update BiomeGenEucalyptusForest.java

This commit is contained in:
Forstride 2016-12-03 03:15:04 -05:00 committed by GitHub
parent 02b48b2e8b
commit 8ecf901112
1 changed files with 1 additions and 4 deletions

View File

@ -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");}
}
}
}