DEUF - Duplicate Entity UUID Fix

DEUF - Duplicate Entity UUID Fix

13M Downloads

[1.18.2] Player's UUID gets changed = cant join/create world

YassaaaTU opened this issue ยท 4 comments

commented

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

crash-report
debug.log
latest.log

commented

(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.

commented

Thank you for reporting.

commented

The issue was a nullcheck that I accidentally removed. Sorry about that!

commented

No problems we are just happy to help ๐Ÿ˜„