Added the final recipes required. Also added the Ritual Diviner that can place Dawn stones

This commit is contained in:
WayofTime 2015-04-11 17:56:42 -04:00
parent b725f7b814
commit 6dd95c23fa
7 changed files with 96 additions and 31 deletions

View file

@ -147,7 +147,6 @@ public class AlchemicalWizardryEventHooks
APISpellHelper.setCurrentAdditionalHP((EntityPlayer)event.entityLiving, Math.max(0, hp));
System.out.println("HP: " + hp);
APISpellHelper.setCurrentAdditionalHP(player, Math.max(0, hp));
NewPacketHandler.INSTANCE.sendTo(NewPacketHandler.getAddedHPPacket(Math.max(0, hp), APISpellHelper.getCurrentAdditionalMaxHP(player)), (EntityPlayerMP)player);
}