FallenMoonNetwork / CanaryMod

Server administration mod and API for Minecraft beta multiplayer server
http://canarymod.net
GNU Lesser General Public License v3.0
20 stars 14 forks source link

onMobTarget not properly called in some situations #68

Closed BluXDragon closed 11 years ago

BluXDragon commented 11 years ago

(I'm keeping the title a little ambiguous in case I want to edit in more situations as I find them) For some mobs, onMobTarget functions improperly.

Silverfish; Hook NOT called when targeting on-sight Hook IS called when targeting as result of being attacked

Ghast; Doesn't function at all

14mRh4X0r commented 11 years ago

I haven't tested it yet, please comment on whether it's fixed.

BluXDragon commented 11 years ago

Known issues have been resolved around addition of onMobTarget(LivingEntity, LivingEntitiy). Will comment and reopen if I find new ones.