Mojira Archive
MC-152522

entity_hurt_player trigger doesn't track falling_block damage

{
  "criteria": {
    "damage": {
      "trigger": "minecraft:entity_hurt_player",
      "conditions": {
        "damage": {
          "source_entity": {
            "type": "minecraft:falling_block"
          }
        }
      }
    }
  },
  "rewards": {
    "function": "..."
  }
}

From the given function you'd expect that when an anvil land on you it will fire a function but it does not.

Unresolved

Boomber

2019-05-21, 01:31 PM

2023-08-22, 04:00 AM

4

4

Community Consensus

Advancements

Minecraft 1.14.1, 1.16.1, 22w19a

-