Cape abruptly changes the color tint when the Player is on fire and takes damage at the same time
After fixing MCPE-105347 which disable the damage tint from the cape, when the Player is on fire and takes damage at the same time, the cape will abruptly changes the color tint from orange (on fire color overlay) to original texture color, which create a jarring transition
Steps to reproduce:
- Equip a Cape
- Change your gamemode to survival
- Set yourself on fire
Expected results:
Cape shouldn't abruptly changes the color tint.
Observed results:
Cape abruptly changes the color tint, create a jarring transition.
This can be fixed by adding this to cape.render_controllers.json, this will disable on fire color from the cape:
"on_fire_color" : { "r": 0.0, "g": 0.0, "b": 0.0, "a": 0.0 }
- Unresolved
KejuGorenk- 6
- 3
- Confirmed
- 1241731
- Multiple
1.21.60.21 Preview - 1.21.60.25 Preview
1.21.60.21 Preview 1.21.50.25 Preview 1.21.50.24 Preview 1.21.50.20 Preview 1.21.40.20 Preview 1.21.20.24 Preview 1.21.20.21 Preview 1.21.10.21 Preview 1.21.10.20 Preview 1.20.81 Hotfix 1.21.10.23 Preview 1.21.0 1.21.1 Hotfix 1.21.30.22 Preview 1.21.2 Hotfix 1.21.30.23 Preview 1.21.21 Hotfix 1.21.30 1.21.40.23 Preview 1.21.41 Hotfix 1.21.50.28 Preview 1.21.60.25 Preview
Created Issue:
Cape abruptly changes the color tint when the Player is on fire and takes damage at the same time
After fixing
MCPE-105347which remove the damage tint from the cape, when the Player is on fire and takes damage at the same time, the cape will abruptly changes the color tint from orange (the burning color overlay) to original texture color, which create a jarring transition, the best way to fix this is to remove the burning animation from the cape or restore the damage tint to the capeStep to Reproduce:
1. Equip a Cape
2. Change your gamemode to survival
3. Set yourself on fireExpected Result:
Cape shouldn't abruptly changes the color tintObserved Result:
Cape abruptly changes the color tint, which create a jarring transition
After fixing
MCPE-105347which remove the damage tint from the cape, when the Player is on fire and takes damage at the same time, the cape will abruptly changes the color tint from orange (the burning color overlay) to original texture color, which create a jarring transition, the best way to fix this is to remove the burning animation from the cape or restore the damage tint to the capeStep to Reproduce:
1. Equip a Cape
2. Change your gamemode to survival
3. Set yourself on fireExpected Result:
Cape shouldn't abruptly changes the color tintObserved Result:
Cape abruptly changes the color tint, which create a jarring transitionAfter fixing
MCPE-105347which remove the damage tint from the cape, when the Player is on fire and takes damage at the same time, the cape will abruptly changes the color tint from orange (the burning color overlay) to original texture color, which create a jarring transition
Step to Reproduce:
1. Equip a Cape
2. Change your gamemode to survival
3. Set yourself on fire
Expected Result:
Cape shouldn't abruptly changes the color tint
Observed Result:
Cape abruptly changes the color tint, which create a jarring transition
This can be fixed by adding this to cape.render_controllers.json:
"on_fire_color" : { "r": 0.0, "g": 0.0, "b": 0.0, "a": 0.0 }
After fixing
MCPE-105347which remove the damage tint from the cape, when the Player is on fire and takes damage at the same time, the cape will abruptly changes the color tint from orange (the burning color overlay) to original texture color, which create a jarring transition
Step to Reproduce:
1. Equip a Cape
2. Change your gamemode to survival
3. Set yourself on fire
Expected Result:
Cape shouldn't abruptly changes the color tint
Observed Result:
Cape abruptly changes the color tint, which create a jarring transition
This can be fixed by adding this to cape.render_controllers.json:
"on_fire_color" : { "r": 0.0, "g": 0.0, "b": 0.0, "a": 0.0 }
After fixing
MCPE-105347which disable the damage tint from the cape, when the Player is on fire and takes damage at the same time, the cape will abruptly changes the color tint from orange (on fire color overlay) to original texture color, which create a jarring transitionSteps to reproduce:
- Equip a Cape
- Change your gamemode to survival
- Set yourself on fire
Expected results:
Cape shouldn't abruptly changes the color tint.Observed results:
Cape abruptly changes the color tint when taking damage, create a jarring transition.This can be fixed by adding this to cape.render_controllers.json, this will disable on fire color from the cape:
"on_fire_color" : { "r": 0.0, "g": 0.0, "b": 0.0, "a": 0.0 }
After fixing
MCPE-105347which disable the damage tint from the cape, when the Player is on fire and takes damage at the same time, the cape will abruptly changes the color tint from orange (on fire color overlay) to original texture color, which create a jarring transitionSteps to reproduce:
- Equip a Cape
- Change your gamemode to survival
- Set yourself on fire
Expected results:
Cape shouldn't abruptly changes the color tint.Observed results:
Cape abruptly changes the color tintwhen taking damage, create a jarring transition.This can be fixed by adding this to cape.render_controllers.json, this will disable on fire color from the cape:
"on_fire_color" : { "r": 0.0, "g": 0.0, "b": 0.0, "a": 0.0 }
After fixing
MCPE-105347which disable the damage tint from the cape, when the Player is on fire and takes damage at the same time, the cape will abruptly changes the color tint from orange (on fire color overlay) to original texture color, which create a jarring transitionSteps to reproduce:
- Equip a Cape
- Change your gamemode to survival
- Set yourself on fire
Expected results:
Cape shouldn't abruptly changes the color tint.Observed results:
Cape abruptly changes the color tint, create a jarring transition.This can be fixed by adding this to cape.render_controllers.json, this will disable on fire color from the cape:
"on_fire_color" : { "r": 0.0, "g": 0.0, "b": 0.0, "a": 0.0 }

Can confirm.
Also same issue in Android