mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-26 14:27:59 +01:00
Removed baby witches. Killjoy
This commit is contained in:
parent
993078ec40
commit
e26e21b160
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue