Added the final recipes required. Also added the Ritual Diviner that can place Dawn stones
This commit is contained in:
parent
b725f7b814
commit
6dd95c23fa
7 changed files with 96 additions and 31 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue