Overlord

Overlord

875k Downloads

Make skeletons recognize owner when switching between offline and online mode

sheriff1john6 opened this issue ยท 2 comments

commented

My skeletons doesn't recognize me after I log in my world suddenly. Last few times was fine but that one time it doesn't allow me to interact with them. All soldiers were affected and they will attack upon touching them. Log out then log back into the world doesn't help. The only solution is to replace them.

Minecraft version 1.17.1
Fabric api 0.44.0
Fabric loader 0.12.11

commented

This seems to be because you went from offline mode to online mode. Let me do some digging and see if there's any way to handle it from the Overlord side of things.

commented

Note to self, found on a spigot thread: UUID.nameUUIDFromBytes( ( "OfflinePlayer:" + getName() ).getBytes( Charsets.UTF_8 ) )