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

Possible spawning of entities with same UUID causes entity to not spawn

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Works As Intended
    • None
    • Minecraft 15w35b
    • Unconfirmed

      Relates to:

      Introduction

      This report is about the fact that (very likely) entities spawning with the same UUID is not well handled by the game. Chances that this happens are very low, but when you search on the internet for "lottery twice" you get enough results that show that rare events can happen.

      The problem

      I am mostly concerned about boss fights, as for example when you try to summon a WitherBoss and it just won't spawn because by accident it got the same UUID as an already existing entity. The same goes for the /summon command, what is when suddenly an entity does not spawn and the player just can not figure out why.

      Evidence (maybe)

      When placing for example an ArmorStand with a specific UUID twice, it will only place it once and ignore any other tries:

      /give @p armor_stand 1 0 {EntityTag:{CustomName:UUID,CustomNameVisible:1,UUIDLeast:0,UUIDMost:0}}
      

      From Skylinerw:

      For example, in the in-game test I ran, I created an Enderman with a custom UUID in the End and then respawned the dragon. I exited the world and set the dragon's UUID (both its entity and within DimensionData) equal to the Enderman's using NBTExplorer. When I re-entered the world, the dragon was gone.
      Even reloading the world did not cause it to come back, although its health bar remained. However, after I killed the Enderman and reloaded the world, the dragon reappeared with the same UUID it was meant to have.
      So there is a failsafe for the dragon specifically.

      Possible solutions for the problem

      A possible solution would be to have a force parameter for the spawning method that says:
      "If there is already an entity with that UUID, the UUID is not preset and forced is true, then continue trying to generate a UUID".

      Command feedback

      As of MC-82945 the feedback for duplicate UUIDs was removed completely. This makes debugging a lot more complicated. I would suggest at least having a feedback when an entity with a preset UUID can not be spawned.

            searge [Mojang] Searge (Michael Stoyke)
            marcono1234 Marcono1234
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: