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

Blaze don't trigger the "player_hurt_entity" trigger when hit by a fireball

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • None
    • 1.19
    • None
    • Unconfirmed
    • (Unassigned)

      I've tested this multiple times with all variations, such as the source_entity, is_projectile and is_explosion conditions (which work fine on their own), and it seems as though fireballs don't trigger this when the victim entity is a Blaze. I've tested the fireball trigger with other mobs and it seems to work completely fine. This code also works fine in version 1.18.2.

      {
          "criteria": {
              "requirement": {
                  "trigger": "minecraft:player_hurt_entity",
                  "conditions": {
                      "damage": {
                          "type": {
                              "direct_entity": {
                                  "type": "minecraft:fireball"
                              }
                          }
                      },
                      "entity": {
                          "type": "minecraft:blaze"
                      }
                  }
              }
          }
      }
      

            Unassigned Unassigned
            anabolic_veemo Consumetheoats
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: