When you use "remove x from entity's health", you can't see the entity taking damage.
on rightclick:
remove 2 from clicked entity's health
In 2.4.1, you saw the mob was taking damage. So there's a little bug. :)
N/A
N/A
I don't see how this is a bug... you're not damaging the entity, you're just modifying the health. It's often really useful to be able to modify the health like that without the entity visibly taking damage.
If you want to damage it, why not just use the damage effect?
To be clear, this change happened because my patch changed the way HealthUtils handled damage application. In the past, it damaged the entity directly (behaviour you are expecting), which can cause issues in certain cases. Try using the damage effect instead, and if that still has issues please open another issue, thanks.
The damage effect doesn't show the damage either.
Most helpful comment
I don't see how this is a bug... you're not damaging the entity, you're just modifying the health. It's often really useful to be able to modify the health like that without the entity visibly taking damage.
If you want to damage it, why not just use the
damageeffect?