mojira.dev
MC-199033

Eye of Ender always moves to the world origin when summoned

The bug

Eyes of ender always move to 0/0 when summoned.

To reproduce

  1. Throw an eye of ender

  2. Run

    /summon eye_of_ender ~ ~ ~

    → ❌ The two eyes go into different directions

  3. Run

    /summon eye_of_ender ~ ~ ~ {Motion:[0.0,0.0,0.0]}

    → ❌ The eye does not stay still

Videos

Linked issues

Attachments

Comments

PlayerData

I also was able to tell that /summon minecraft:eye_of_ender ~ ~ ~ {NoAI:true} still makes them go to 0, 0. Not sure if this is intentional behavior. Was able to replicate in 1.16.2, 1.15.2, and 1.14.4.

One thing you can do to make them stay still is using invisible item frames. You can do /give @s item_frame{EntityTag:{Invisible:1b}} place down the item frame wherever you like (even on a barrier to make it "float") and place a eye of ender in the invisible item frame, it will now stay still.

guerryer

I was able to replicate in 1.7.2 → 1.16.2 (Singleplayer, /summon was added in 1.7.2)
I was able to find a workaround for my motion issue, I made the eye of ender ride an armor stand.
(Tags are use to kill the armor stand when the eye of ender of ender destroy itself)

/summon armor_stand ~ ~1 ~ {Tags:[A],NoGravity:1b,Marker:1b,Invisible:1b,Passengers:[{id:eye_of_ender}]}
Avoma

Can confirm in 20w48a.

Avoma

Can confirm in 20w51a.

Avoma

Can confirm in 21w03a.

Avoma

Can confirm in 21w06a.

pulpetti

In 21w11a

Avoma

Can confirm in 21w16a.

Avoma

Can confirm in 1.17.

ampolive

Can confirm in 1.17.1.

Avoma

This ticket is actually a duplicate of MC-172738. This information is mentioned in this ticket and it also has an assigned "Mojang Priority".

marcono1234

This is not a complete duplicate of MC-172738 because the Motion field seems to be read, but its value is most likely overwritten when the entity is ticked.
But the rest of this report is probably duplicating MC-172738, so I will leave it as Duplicate.

guerryer

(Unassigned)

Confirmed

Commands

1.16.2, 1.16.3, 1.16.4, 20w46a, 20w48a, ..., 21w06a, 21w11a, 21w16a, 1.17, 1.17.1

Retrieved