FatherToast / SpecialMobs

Adds variants to the vanilla mobs to make them more interesting and challenging.
Other
7 stars 15 forks source link

Null Pointer Exception in Entity_SpecialZombie during attackOnCollide #1

Closed UndeadZeratul closed 5 years ago

UndeadZeratul commented 8 years ago

From here

I have Special Mobs v3.2.1, but it doesn't look like 3.2.2 changed the method that I see in the stack trace that points to your mod; feel free to correct me if I'm mistaken.

It looks like this is the method that was broken, although I'm not sure what exactly is causing it to fail because aside from this line, the rest of the stacktrace is in vanilla's code.

Any thoughts?

FatherToast commented 7 years ago

I believe this is an error caused by AI swapping during an attack via this method. This will be fixed in a later version for both zombies and skeletons.