Is there any way to get the player head texture on the screen using painter? I know there is the chat heads mod, that also uses the player head texture.
https://github.com/dzwdz/chat_heads/tree/architectury-1.19.2
#Get player head texture
1 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
(I have the mod installed in my pack so idk if it is possible to just get the texture from it?
Java.loadClass('net.minecraft.client.Minecraft').instance.connection.getPlayerInfo('uuid or username').skinLocation.texture()
that gives you the location of the skin
you should be able to render stuff with the resourcelocation
Any idea how I could get the head?
crop the rest ig