mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Witches have a 1/300 chance of spawning as a foal. If you find one there is a 142% chance that it will be adorable
This commit is contained in:
parent
50c7b373fc
commit
57902a7e62
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ public class ModelWitchPony extends ModelZebra {
|
||||||
super.updateLivingState(entity, pony);
|
super.updateLivingState(entity, pony);
|
||||||
EntityWitch witch = ((EntityWitch) entity);
|
EntityWitch witch = ((EntityWitch) entity);
|
||||||
|
|
||||||
|
isChild = entity.getUniqueID().getLeastSignificantBits() % 300 == 0;
|
||||||
leftArmPose = ArmPose.EMPTY;
|
leftArmPose = ArmPose.EMPTY;
|
||||||
rightArmPose = witch.getHeldItemMainhand().isEmpty() ? ArmPose.EMPTY : ArmPose.ITEM;
|
rightArmPose = witch.getHeldItemMainhand().isEmpty() ? ArmPose.EMPTY : ArmPose.ITEM;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue