Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-232526

Fire is not visible on certain entities that have the HasVisualFire tag

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.17.1, 21w37a, 21w38a, 21w39a, 21w40a, 21w41a, 21w42a, 21w43a, 21w44a, 1.18 Pre-release 1, 1.18 Pre-release 2, 1.18 Pre-release 5, 1.18 Pre-release 7, 1.18 Release Candidate 3, 1.18, 1.18.1 Release Candidate 1, 1.18.1, 22w03a, 22w06a, 1.18.2, 22w11a, 22w17a, 22w18a, 1.19 Pre-release 1, 1.19.1 Pre-release 5, 1.19.1, 1.19.2, 22w44a, 1.19.3, 1.19.4, 1.20 Release Candidate 1, 1.20, 1.20.1, 23w33a, 23w35a, 1.20.2
    • Confirmed
    • Commands, Rendering

      The bug

      Fire is not visible on the following entities which have the tag HasVisualFire set to 1b:

      • End crystals
      • Falling blocks
      • Glow item frames / item frames
      • Leash knots
      • Minecarts (regular or with chest / furnace / command block / spawner)
      • Netherite items
      • Paintings
      • Primed TNT
      • Shulker bullets
      • Wither skulls
      • Display entities
      • Interaction entities

      (It also does not apply to area effect clouds, lightning bolts and markers, but that is certainly intended.)

      To reproduce

      For one of the listed entities, use the command

      /summon <entity name> ~ ~ ~ {HasVisualFire:1b}

      or summon one of the listed entities beforehand and execute the command

      /data merge entity <entity UUID> {HasVisualFire:1b}

      The entity will not be displayed as on fire.

      For the netherite items, type

      /summon item ~2 ~ ~ {Item:{id:"minecraft:netherite_hoe",Count:1b},HasVisualFire:1b}

      and compare it to another item, such as a carrot, which will visibly display as on fire:

      /summon item ~2 ~ ~ {Item:{id:"minecraft:carrot",Count:1b},HasVisualFire:1b}

      You can verify that the tag is set to 1b and it is not visually showing the fire using

      /data get entity <entity UUID> HasVisualFire

      Expected result

      The entities would show fire due to the fact they have visual fire.

        1. 2021-07-18_15.29.06.png
          2021-07-18_15.29.06.png
          254 kB
        2. 2021-07-18_15.29.20.png
          2021-07-18_15.29.20.png
          258 kB
        3. 2021-07-18_15.31.20.png
          2021-07-18_15.31.20.png
          265 kB
        4. 2021-07-18_15.32.22.png
          2021-07-18_15.32.22.png
          286 kB
        5. 2021-07-18_22.43.10.png
          2021-07-18_22.43.10.png
          241 kB

            Unassigned Unassigned
            ampolive [Mod] ampolive
            Votes:
            4 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              CHK: