Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-181919

Cape abruptly changes the color tint when the Player is on fire and takes damage at the same time

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 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
    • None
    • Confirmed
    • Multiple
    • 1241731

      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:

      1. Equip a Cape
      2. Change your gamemode to survival
      3. 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
            }

            Zlexy KejuGorenk
            Votes:
            5 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              CHK: