The bug
If a piglin wearing a chestplate and investigates an item, dancing or targeting a player, the chestplate model does not adjust to the piglin's new pose.
To reproduce
Summon a piglin
Give it a chestplate
Throw it an item
→ ❌ The chestplate shoulder pad doesn't adjust
Linked issues
is duplicated by 4
relates to 1
Attachments
Comments 13
Brenden Scott Hand is correct.
It's not just chest plates. If you use the "sleeve" area of the the texture (same location as any other player-shaped mob-- including player skins), the sleeve animates properly with the arm, except when doing the "staring at gold" animation.
[media]I was curious and looked at the source code.
The arm pose animation is:
public enum PiglinArmPose
{
ATTACKING_WITH_MELEE_WEAPON,
CROSSBOW_HOLD,
CROSSBOW_CHARGE,
ADMIRING_ITEM,
DANCING,
DEFAULT;
}
This suggests that crossbow charges and holds could occur as well, but has anyone reproduced these?
This is just my opinion, but if this also happens with Piglin's crossbow animation, then this issue should be combined into one. If not, perhaps these issues should be individual issues.
Also affects:
Piglins loading crossbows
Piglins walking backwards with a loaded crossbow