-
Notifications
You must be signed in to change notification settings - Fork 98
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
Fix resolvable profile error for setting/getting textures. #245
base: main
Are you sure you want to change the base?
Fix resolvable profile error for setting/getting textures. #245
Conversation
Here is the compiled jar file, this has not been tested yet. Please let me know how you get along with it. |
Just tested it
|
DecentHolograms-2.8.11.zip |
That one worked fine!! thanks |
Here's a new fix to people getting a NPE with skulls that's got no texture. DecentHolograms-2.8.12.zip |
I've created a fix for the new commit that Spigot has made here that changes the CraftMetaSkull class to use a new component ResolveableProfile, that prevented from setting/getting textures due to this change.