[1.18.2] Player's UUID gets changed = cant join/create world
YassaaaTU opened this issue ยท 4 comments
Modloader : Forge 40.1.68
MC Version : 1.18.2
deuf-1.18.2-1.2.jar
So basically your mod changes the UUID of the player which means the player does not exist therefore the player can't play minecraft :(
This happens when trying to create/load a world. Otherwise MC loads and starts without problems
ignore that it says kubejs is the culprit because its just confused as to why the UUID is getting changes by this mod
(KubeJS tries to get the player by uuid, which fails cause the player no longer exists by that uuid).
A good solution for this would be an entity type blacklist config (or even tag in 1.18.2+), and have the player entity type in there by default.