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

Support for texture IDs #25

Closed
Vankka opened this issue Jun 2, 2021 · 2 comments · Fixed by #42
Closed

Support for texture IDs #25

Vankka opened this issue Jun 2, 2021 · 2 comments · Fixed by #42
Labels
enhancement New feature or request

Comments

@Vankka
Copy link

Vankka commented Jun 2, 2021

The ability to request a player head directly via texture id, http://textures.minecraft.net/texture/<texture id>, for example http://textures.minecraft.net/texture/f4f5b52d9ad21cfa175c4bde8314be44ea0c448afe531939e1a22ed11a665c77

Why?

Avoiding the cache that's bound to the UUID, querying by texture id directly would result in having the right head, right after the player's skin is changed.

Or if the (online) UUID isn't known but the texture id is, that would avoid 2 requests (username->uuid & uuid->profile)

@astei astei added the enhancement New feature or request label Jun 25, 2021
@astei
Copy link
Collaborator

astei commented Dec 20, 2021

Sorry for the late response on this one, I've been caught up in other stuff.

I'm happy to work on this over the holiday break.

@FN-FAL113
Copy link

Up for this, very handy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants