ArrayIndexOutOfBoundsException
adkins2010 opened this issue ยท 0 comments
I'll post the stack trace when I get off of work, but I'm experiencing this exception every time I spawn a custom witch. Her textures aren't loading, but my Orcs seem to recognize her as a mob and are killing her as expected.
But, the odd thing is that her class is a subclass of
EntityWitch
and not EntityVillager
nor EntityVillagerMCA
.I'm not sure if my problem with the textures and the problem with the ArrayIndexOutOfBoundsException are related, but it only happens whenever I spawn the witch.
I'm not sure if you can provide any insight on this since you wrote both MCA and the RadixCore library.