Added more augmentations for the Lava Ritual.
This commit is contained in:
parent
731ba99fa3
commit
6b27896859
4 changed files with 116 additions and 3 deletions
|
@ -93,6 +93,11 @@ public class Utils
|
|||
return null;
|
||||
}
|
||||
|
||||
public static boolean isImmuneToFireDamage(EntityLivingBase entity)
|
||||
{
|
||||
return entity.isImmuneToFire() || entity.isPotionActive(MobEffects.FIRE_RESISTANCE);
|
||||
}
|
||||
|
||||
public static boolean isPlayerBesideSolidBlockFace(EntityPlayer player)
|
||||
{
|
||||
World world = player.worldObj;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue