Game seems to crash when i kill certain mobs.
Zelly9191 opened this issue ยท 4 comments
Hey! usually i'm pretty good at figuring these errors out but i have had no luck as of yet. Any help would be greatly appreciated.
My crash report:
My log file:
I removed custom recipes mod spam from the .log it has nothing to do with this crash anyway.
Thanks in advance!
com.Mod_Ores.EventHandlers.ForgeHookEventHelper.entityAttacked(ForgeHookEventHelper.java:50)
That mod isn't doing proper instanceof checks in their code
oh! Haha. My bad sorry! i saw this and i got confused: morph.client.entity.EntityMorphAcquisition cannot be cast to net.minecraft.entity.EntityLiving. Thanks anyway! Feel free to close this issue!
Only either you or iChun can close it.
But yea, the issue is that mod is trying to cast a class from Morph to EntityLiving that isn't possible so a crash occurs.