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

Named banners no longer stack after being placed and picked up

XMLWordPrintable

    • Unconfirmed
    • (Unassigned)

      Steps to recreate

      • Name 2 blank banners simultaneously in an anvil (so they stack)
      • Place one of them on the ground
      • Break it and pick it up again
      • The banners no longer stack

      Also works with non-blank banners but these wouldn't stack anyway because of MC-251509.

       

      Cause

      Before placing, the named banner has the following NBT data:

       

      {RepairCost: 0, display: {Name: '{"text":"Test"}'}}

      After placing and breaking, the banner loses the RepairCost tag:

       

      {display: {Name: '{"text":"Test"}'}}

      The items' NBT data doesn't match so they no longer stack.

       

       

      This bug may seem the same as MC-251509 but they are not caused by the same thing. MC-251509 is caused by the id tag disappearing when placing and breaking. This bug is caused by the RepairCost tag disappearing, a tag only appearing on named banners.

       

            Unassigned Unassigned
            Flipkaboom Flipkaboom
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: