The Ender Dragon is no being affected by the radius selector in commands.
For instance this command does not work
tp @e[type=EnderDragon,r=20] ~ ~ ~-0.1
however it still works fine on other entities such as cow etc.
UPDATE: This is still a problem in 1.9 pre-v4 even though it say fixed on the change log.
Linked issues
is duplicated by 1
Comments 4
Dear Skylinerw,
Thank you for addressing my problem/bug. If what you say is true, then will this feature remain the same? Will the command i have listed no longer work? Or, is this a bug that will be patched? Thank you again.
sincerely,
dan/kkoutriss
Is this still an issue in the most recent versions (currently that is 1.10.2, or 16w43a) of Minecraft? If so, please update the affected versions and help us keeping this ticket updated from time to time. If you are the owner/reporter of this ticket, you can modify the affected version(s) yourself.
Relates to MC-74114 as well as the fix in MC-85304. Seems that as long as
Motion
has "NaN" as the values, the dragon cannot be targeted. NaN is forced byDragonPhase
being 10, though changing to a different phase does not changeMotion
to actual values without aid.Example dragon to summon, defaulting to a phase of 10:
Attempting to change
Motion
without changing the phase will result in no change since it's just set back to NaN:Changing phase to 0 also results in no change to
Motion
:But now
Motion
can be changed to something else, and then it can be targeted via radius: