Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-279009

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • None
    • 1.21.4
    • None
    • Java 21
    • Unconfirmed
    • (Unassigned)

      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]}

      Check:

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

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

      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]

      Check:

      4.execute on origin

      /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]}

      Check:

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

      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}

      Check:

      3.Execute on origin

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

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

       

        1. image-2024-12-26-17-11-39-916.png
          237 kB
          Endark256
        2. image-2024-12-26-17-11-48-559.png
          113 kB
          Endark256
        3. image-2024-12-26-17-11-54-947.png
          327 kB
          Endark256
        4. image-2024-12-26-17-12-00-046.png
          327 kB
          Endark256
        5. image-2024-12-26-17-12-24-655.png
          106 kB
          Endark256
        6. image-2024-12-26-17-12-29-772.png
          114 kB
          Endark256
        7. image-2024-12-26-17-12-38-065.png
          237 kB
          Endark256
        8. image-2024-12-26-17-12-49-437.png
          113 kB
          Endark256
        9. image-2024-12-26-17-12-58-456.png
          113 kB
          Endark256
        10. image-2024-12-26-17-13-07-715.png
          276 kB
          Endark256
        11. image-2024-12-26-17-13-12-771.png
          121 kB
          Endark256
        12. image-2024-12-26-17-13-20-391.png
          399 kB
          Endark256
        13. image-2024-12-26-17-13-27-093.png
          388 kB
          Endark256
        14. image-2024-12-26-17-15-22-649.png
          96 kB
          Endark256

            Unassigned Unassigned
            Endark256 Endark256
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: