The Bug:
The saddles of camels flash red when the camel is damaged.
To provide a bit of context, when the player takes damage, their armor and cape do not flash red. This is the correct behavior because these objects aren't taking damage; only the player is. One would expect similar behavior when saddled camels are damaged (their saddles should not flash red).
Steps to Reproduce:
Summon a camel with a saddle by using the command provided below.
/summon minecraft:camel ~ ~ ~ {SaddleItem:{id:"minecraft:saddle",Count:1b}}
Attack the camel and as you do this, watch its saddle closely.
Take note as to whether or not the saddles of camels flash red when the camel is damaged.
Observed Behavior:
The saddles flash red.
Expected Behavior:
The saddles would not flash red.
Linked issues
Attachments
Comments 3
Horses were already reported under MC-224886, @unknown. 😉
Strider and pig behave correctly, horses and camels do not.