More rituals

More rituals

Comment out unimplemented portion

some thing useful

Renamed to something more useful
This commit is contained in:
Arcaratus 2016-01-11 18:07:06 -05:00
parent 9950b32d53
commit 203a48d526
14 changed files with 886 additions and 27 deletions

View file

@ -61,8 +61,6 @@ public class RitualJumping extends Ritual
((EntityPlayerMP) entity).fallDistance = 0;
if (entity.isSneaking())
continue;
// TODO Packet handlers if needed
// BloodMagicPacketHandler.INSTANCE.sendTo();
((EntityPlayerMP) entity).motionY = motionY;
totalEffects++;
} else