-
Bug
-
Resolution: Unresolved
-
None
-
1.15.2, 20w20b, 20w21a, 1.16 Pre-release 5, 1.16.1, 20w29a, 1.16.2 Pre-release 1, 1.16.2, 1.16.3, 1.16.4 Pre-release 1, 1.16.4, 20w45a, 20w46a, 20w48a, 20w49a, 20w51a, 21w03a, 1.16.5, 21w15a, 21w16a, 21w19a, 1.17 Pre-release 1, 1.17, 1.17.1, 21w37a, 21w39a, 1.18.1, 1.19.1, 1.19.2, 1.19.3 Release Candidate 1, 1.19.3, 23w03a, 1.19.4 Pre-release 1, 23w18a, 23w33a, 1.20.2, 1.21, 24w33a, 1.21.1
-
Confirmed
-
Entities
-
Low
-
Platform
The bug
A world can have an entity with the same UUID in each dimension. This causes various issues like MC-151270, MC-153319, MC-184266, or MC-195337.
How to reproduce
- Add an entity with UUID 0-0-0-0-2cfcc in the overworld.
/execute in minecraft:overworld run forceload add 0 0 /execute in minecraft:overworld run summon minecraft:item_frame 0 0 0 {UUID: [I; 0, 0, 0, 184268], Fixed: true}
- Add an entity with UUID 0-0-0-0-2cfcc in the nether.
/execute in minecraft:the_nether run forceload add 0 0 /execute in minecraft:the_nether run summon minecraft:item_frame 0 0 0 {UUID: [I; 0, 0, 0, 184268], Fixed: true}
→ Summoned new Item Frame
- causes
-
MC-184266 Entities with the same UUID share the same score
- Open
- is duplicated by
-
MC-199459 dimension error with duplicate UUID
- Resolved
-
MC-260590 Multiple entities can have the same UUID when in different dimensions
- Resolved
- relates to
-
MC-195337 An unexpected error occurs when a player teleports to the dimension that contains the entity with the same UUID as the player
- Open
-
MC-151270 Teleporting an entity from another dimension can cause UUID duplication in entity sections
- Resolved
-
MC-153319 Result of UUID selector is nondeterministic
- Resolved
-
MC-260591 'execute on origin' and 'execute on owner' fail to find the targeted entity when it is in a separate dimension
- Open