-
Bug
-
Resolution: Duplicate
-
None
-
24w11a
-
None
-
Unconfirmed
-
(Unassigned)
The "/damage" command does not inflict damage on ender dragons. However, it functions properly against all other entities, including non-living ones like items.
Steps to replicate
- Enter the End dimension
- Regenerate the ender dragon if it has been previously slain
- If
MC-146503was not fixed, you would execute the command:/execute as @e[type=minecraft:ender_dragon] run damage @s 200 minecraft:arrow
Alternatively, you can run:
/damage @e[type=minecraft:ender_dragon,limit=1] 1 minecraft:arrow
Observed behavior: The ender dragon showed no signs of damage, as evidenced by the absence of sound, its failure to turn red, and the boss bar remaining unchanged.
Expected behavior: The ender dragon should have taken damage, resulting in it turning red, emitting the damage sound, and updating the boss bar.
- duplicates
-
MC-259977 When the source of damage in the /damage command is not the player, the damage will not be applied to the ender dragon
- Resolved