Increased Phantom spawn rates

This commit is contained in:
Adubbz 2013-09-30 11:41:33 +10:00
parent acb1fb352b
commit 66f7ed4338
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ public class BOPEntities {
if (Biomes.netherBone.isPresent() && Biomes.netherDesert.isPresent())
{
EntityRegistry.addSpawn(EntityPhantom.class, 8, 1, 1, EnumCreatureType.monster, Biomes.netherBone.get(), Biomes.netherDesert.get());
EntityRegistry.addSpawn(EntityPhantom.class, 65, 1, 1, EnumCreatureType.monster, Biomes.netherBone.get(), Biomes.netherDesert.get());
}
LanguageRegistry.instance().addStringLocalization("entity.BiomesOPlenty.JungleSpider.name", "en_US", "Jungle Spider");