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.
Related issues
Attachments
Comments


Strider and pig behave correctly, horses and camels do not.

Horses were already reported under MC-224886, @unknown. 😉

Thanks. We made this note as part of an investigation on how widespread this issue here. Happy to see this issue is marked related. We're good to go. 🙂