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

/fill with tile entities runs into failure when "replace" is added

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • None
    • Minecraft 14w28b
    • None
    • Mac OS X, Java 8
    • Unconfirmed

      I want to replace an empty dispenser in a specific area with a dispenser with Items in it. But the position of the dispenser varies each time. So i thought i could solve this via /fill and replace all found dispensers with a new one.
      To short it down i tested if it works when i only want to exchange dispenser by dispensers (without stuff in it)

      As an example this works (replace stained clay with a redstone block):

      /fill ~8 81 ~8 ~-8 94 ~-8 stained_hardened_clay 6 replace redstone_block
      

      And this fails

      /fill ~8 81 ~8 ~-8 94 ~-8 dispenser 6 replace dispenser
      

      with the error:

      Data tag parsing failed: Invalid tag encountered, expected ‘{‘ as first char

      EDIT: After a few more testings: i found out that the first "dispenser" is causing the problem. When replacing it with another block e.g wool it works. So here seems to be the Issue

      EDIT 2: Tested it with other "container blocks" like dropper, chests, Enderchest. Always the same Issue.

      What do i do wrong or is there another way?

            Unassigned Unassigned
            Bastikeks Sebastian K
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: