-
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" } } } } }
- duplicates
-
MC-193297 Ghast(s) fireball explosion does not credit the "Owner" of the fireball if the one who was damaged was not directly hit.
- Resolved