-
Bug
-
Resolution: Unresolved
-
None
-
Minecraft 1.14.1, 1.16.1, 22w19a
-
None
-
Community Consensus
-
Advancements
{
"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.