-
Bug
-
Resolution: Fixed
-
23w06a, 23w07a
-
None
-
Confirmed
-
Commands
-
Low
-
Platform
The bug
When using /damage, it is possible to damage entities that are immune to fall damage by using the minecraft:fall damage type.
For instance, the Iron Golem is immune to fall damage, and yet when running command
/damage @e[type=minecraft:iron_golem,limit=1,sort=nearest] 10 minecraft:fall
the golem is still damaged.
I don't believe this is intended behavior, as similar behavior exists and the entity is not damaged. When running a command like
/damage @e[type=blaze,limit=1] 10 minecraft:in_fire
the Blaze is not damaged, and the error
Target is invulnerable to the given damage type
is given.
- relates to
-
MC-260829 Drown-immune mobs are hurt by /damage using drown damage type
- Open
-
MC-260830 Freeze-immune mobs are hurt by /damage using freeze damage type
- Open
-
MC-259938 Husks and zombies will be killed by the drown damage of the /damage command, and will not be transformed
- Resolved
-
MC-259980 Withers and wither skeletons will be killed by the wither damage of the /damage command, even if they are immune to wither damage
- Resolved