mojira.dev
MC-279009

Setting Owner NBT of area effect clouds does not set/update execute on origin target entity

Actually tested in je 1.21.3,I don't know how to select version 1.21.4 in the affected versions list

Case A:

1.Summon a marker with a specific uuid 0-0-0-0-9

/summon minecraft:marker ~ ~ ~ {UUID:[I; 0, 0, 0, 9]}

[media]

Check:

/execute as 0-0-0-0-9 run say 1

[media]

2.Throw a lingering potion to create an area effect cloud

[media]

3.Set nbt "owner" with command /data

/execute as @e[type=minecraft:area_effect_cloud] run data modify entity @s Owner set value [I; 0, 0, 0, 9]

[media]

Check:

[media]

4.execute on origin

[media]

/execute as @e[type=minecraft:area_effect_cloud] on origin run say 1

As expected, the marker should have executed "say 1", but its initial owner executed "say 1"

 

Case B:

1.Summon a marker with a specific uuid 0-0-0-0-9

/summon minecraft:marker ~ ~ ~ {UUID:[I; 0, 0, 0, 9]}

[media]

Check:

/execute as 0-0-0-0-9 run say 1

[media]

2.Summon an area effect cloud with a specific owner 0-0-0-0-9

/summon minecraft:area_effect_cloud ~ ~ ~ {Owner:[I; 0, 0, 0, 9], RadiusPerTick:0, ReapplicationDelay:0, Duration:2147483647}

[media]

Check:

[media]

3.Execute on origin

/execute as @e[type=minecraft:area_effect_cloud] on origin run say 1

[media][media]

As expected, the marker should have executed "say 1", but nobody says 1

 

Linked issues

Attachments

Comments 4

I suggest changing the title, as the owner field DOES update: "Setting Owner NBT of area effect clouds does not set/update execute on origin target entity" 

Thank you for your report!
We're tracking this issue in MC-260322, so this ticket is being resolved and linked as a duplicate.

If you would like to add a vote and any extra information to the main ticket it would be appreciated.

If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.

Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki

Endark256

(Unassigned)

Unconfirmed

(Unassigned)

1.21.4

Retrieved