Add mark sacrifice spell

This commit is contained in:
Electroblob77
2020-07-30 22:54:37 +01:00
parent a321e4ef66
commit 0d7d36c0b5
9 changed files with 106 additions and 1 deletions
@@ -493,7 +493,7 @@ public class ItemArtefact extends Item {
}
@SubscribeEvent
public static void onSpellCastPostEvent(SpellCastEvent.Pre event){
public static void onSpellCastPostEvent(SpellCastEvent.Post event){
if(event.getCaster() instanceof EntityPlayer){