When a pillager's crossbow breaks, their arms will be stuck in a pose that looks like they are reloading, despite not holding anything to reload.
Steps to Reproduce:
Summon the following pillager (in survival)
/summon pillager ~ ~ ~ {HandItems:[{id:"minecraft:crossbow",count:1,components:{"minecraft:damage":465,"minecraft:enchantments":{levels:{"minecraft:quick_charge":3}}}},{}]}
Allow it to attack you once
Observed Behavior:
The pillager will shoot you, their crossbow breaks, and their arms will be stuck in a pose looking like they are charing their bow.
Expected Result:
The crossbow would break, and their arm pose would be reset.
Linked issues
is duplicated by 1
relates to 1
Attachments
Comments 3
I've written a new description for this issue:
Title:
Pillager's arms get stuck in a reloading pose after held crossbow breaks
Description:
When a pillager's crossbow breaks, their arms will be stuck in a pose that looks like they are reloading, despite not holding anything to reload.
h3. Steps to Reproduce:
# Summon the following pillager (in survival)
{code}
/summon pillager ~ ~ ~ {HandItems:[{id:"minecraft:crossbow",count:1,components:{"minecraft:damage":465,"minecraft:enchantments":{levels:{"minecraft:quick_charge":3}}}},{}]}
{code}
# Allow it to attack you once
h3. Observed Behavior:
The pillager will shoot you, their crossbow breaks, and their arms will be stuck in a pose looking like they are charing their bow.
h3. Expected Result:
The crossbow would break, and their arm pose would be reset.
h3. Notes:
Related to MC-231803 MC-164118 MC-139528
This is unusual behavior since the pillager's arms are supposed to be to the side not in front.