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

Wither bosses break structure blocks / structure voids

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Minecraft 16w38a
    • Minecraft 1.10.2, Minecraft 16w33a, Minecraft 16w35a, Minecraft 16w36a
    • None
    • Confirmed

      Structure blocks are intended to be indestructible just like bedrock and command blocks. However, I've found that wither bosses are able to break all the types of structure blocks both when they are damaged and with their blue skull projectiles similar to the resolved issue of withers breaking barriers (MC-47052).
      You can reproduce this by spawning a wither inside a box of structure blocks and damaging it or waiting for it to shoot a blue skull.

      In some rare cases as well, I noticed that structure blocks adjacent to the ones that had just been broken appear to change texture. I'm not sure if this is a related bug but it caught my eye as I was testing this.

      This is a somewhat annoying bug for mapmakers and other purposes so I would greatly appreciate it if it was fixed.


      Fix:

      EntityWither.java (MCP 9.30)
          public static boolean canDestroyBlock(Block blockIn)
          {
              return blockIn != Blocks.STRUCTURE_BLOCK && //...
          }
      

        1. 2016-09-02_16.24.20.png
          2016-09-02_16.24.20.png
          787 kB
        2. 2016-09-02_16.25.02.png
          2016-09-02_16.25.02.png
          727 kB
        3. 2016-09-02_16.27.49.png
          2016-09-02_16.27.49.png
          896 kB
        4. 2016-09-15_11.26.44.png
          2016-09-15_11.26.44.png
          1.16 MB

            ProfMobius ProfMobius (Thomas Guimbretiere)
            findmagpie@gmail.com Magpie
            Votes:
            5 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: