Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make skeletons recognize owner when switching between offline and online mode #206

Open
sheriff1john6 opened this issue Dec 13, 2021 · 2 comments

Comments

@sheriff1john6
Copy link

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

@The-Fireplace
Copy link
Member

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.

@The-Fireplace
Copy link
Member

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

@The-Fireplace The-Fireplace changed the title Skeleton not recognize owner Make skeletons recognize owner when switching between offline and online mode Dec 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants