Please new event for mob (on kill entity)
This event is present in mcreator 1.7.3 (as a bug of "when mob attacks"event).
I want this event to be added to mcreator 1.7.9 This is an important event!
code:
public void onKillEntity(EntityLivingBase entityLivingBase) {
super.onKillEntity(entityLivingBase);
int i = (int) this.posX;
int j = (int) this.posY;
int k = (int) this.posZ;
Entity entity = this;
}
P.s. Do not confuse the "on kill entity" event with the "when mob attacks" event
Issue comments
Not possible. Use tracker for bug reports, forums for support, for business inquires use https://www.pylo.co/contact
This will be implemented in next update, alongside with the bug you reported with swapped mob events.