Phantoms once again roam

This commit is contained in:
Adubbz 2014-06-05 06:14:15 +10:00
parent 9129d73a9f
commit 6bb19661ab
1 changed files with 3 additions and 3 deletions

View File

@ -66,10 +66,10 @@ public class BOPEntities
registerEntityEgg(EntityPhantom.class, 4472140, 2499368);
/*TODO: FEATURE if (Biomes.netherBone.isPresent() && Biomes.netherDesert.isPresent())
if (BOPCBiomes.boneyard != null && BOPCBiomes.corruptedSands != null)
{
EntityRegistry.addSpawn(EntityPhantom.class, 8, 1, 1, EnumCreatureType.monster, Biomes.netherBone.get(), Biomes.netherDesert.get());
}*/
EntityRegistry.addSpawn(EntityPhantom.class, 8, 1, 1, EnumCreatureType.monster, BOPCBiomes.boneyard, BOPCBiomes.corruptedSands);
}
}
if (BOPConfigurationIDs.waspID > 0)