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

The dragon egg is not spawned when killing the ender dragon for the first time if there already is an end gateway

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Awaiting Response
    • None
    • Minecraft 1.11.2, Minecraft 1.12 Pre-Release 4, Minecraft 1.12 Pre-Release 5
    • Confirmed

      The dragon egg does not spawn if there already is an end gateway.

      Steps to reproduce

      1. Create a new world
      2. Go to the End
      3. Place an end gateway (for example using the command /setblock ~ ~100 ~ end_gateway to make sure that the dragon does not escape through it)
      4. Leave the world (or the server) and open it again (or rejoin)
      5. Kill the ender dragon. Note that no egg is spawned.

      The egg will spawn if you skipped step 3 or step 4.

      Original report

      If you are trying to Spawn a Dragon for the first time and you have an End Gateway around for some reason already, it will spawn a Dragon which does not behave like the first one. I think changing the detection for endPortals to something like this is going to be sufficient.

      if (tileentity instanceof TileEntityEndPortal && !(tileentity instanceof TileEntityEndGateway)) {...}
      

      instead of

      if (tileentity instanceof TileEntityEndPortal) {...}
      

            Unassigned Unassigned
            JeWe37 Jendrik Weise
            Votes:
            12 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: