Metamorph

Metamorph

4M Downloads

Skeleton, Stray, Zombie, and other mobs when holding an item, it appears on the off-hand.

DanielMC101 opened this issue · 3 comments

commented

2020-05-14_09 39 33

commented

From EntityMorph.java in setEntity():

if (entity instanceof EntityLiving)
{
((EntityLiving) entity).setLeftHanded(true);
}

This always sets the mob to be Left-Handed. No idea why it is the way it is.

commented

Oh, that's interesting... 🤔

commented

Judging by blames, I suppose I was thinking of adding support for Left/Right arm skin configuration to the morphs, however, I suppose, I got distracted, and left it as is. I fixed this issue in the code. It will come out with new update on 26th. Thanks for pointing it out!