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

Using /data modify to replace all list values with a different type wipes the list

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Minecraft 19w03a
    • Minecraft 18w50a
    • None
    • Confirmed

      How to reproduce

      1. Create a list in an NBT-safe area (item tag tag).
        /setblock ~ ~ ~ chest{Items:[{id:tnt,Count:1b,tag:{custom_list:[1,2,3]}}]}
      2. Try to replace all values in the list with those of a different type.
        /data modify block ~ ~ ~ Items[0].tag.custom_list[] set value 5b

         The list is cleared. It also remains in an invalid empty state (see MC-141814).

            boq [Mojang] Bartosz Bok
            tryashtar [Mod] tryashtar
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: