Removed baby witches. Killjoy

This commit is contained in:
Sollace 2018-08-20 10:38:31 +02:00
parent 993078ec40
commit e26e21b160

View file

@ -30,7 +30,6 @@ public class ModelWitchPony extends ModelZebra {
super.updateLivingState(entity, pony);
EntityWitch witch = ((EntityWitch) entity);
isChild = entity.getUniqueID().getLeastSignificantBits() % 300 == 0;
leftArmPose = ArmPose.EMPTY;
rightArmPose = witch.getHeldItemMainhand().isEmpty() ? ArmPose.EMPTY : ArmPose.ITEM;
}