-
Bug
-
Resolution: Unresolved
-
None
-
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, 1.17, 1.17.1, 21w37a, 21w39a, 1.19.1, 1.20.2, 1.21
-
None
-
Confirmed
-
Entities
-
Low
-
Platform
The bug
When a player teleports to the dimension that contains the entity with the same UUID as the player, repeated fatal errors occur.
How to reproduce
/execute in minecraft:overworld run teleport 0 0 0
/execute in minecraft:the_nether run forceload add 0 0
/execute in minecraft:the_nether run summon minecraft:item_frame 0 0 0 {UUID: α, Fixed: true}
(Replace α with the player's UUID)
/execute in minecraft:the_nether run teleport 0 0 0
→ An unexpected error occurred trying to execute that command(class bed cannot be cast to class aaw (bed and aaw are in unnamed module of loader 'app'))
- relates to
-
MC-184268 A world can have an entity with the same UUID in each dimension
- Open