Samo Hribar
Samo Hribar
@liam-mceneaney did you perhaps succeed?
This would make a great feature!
Hi there, author of FabricTailor here :). You could request skin value from FT's interface `TailoredPlayer` (see [code](https://github.com/samolego/FabricTailor/blob/805cddf60bc927eec1fc72167689607ed0ac1d05/src/main/java/org/samo_lego/fabrictailor/casts/TailoredPlayer.java#L30)). Then decode that string (it's encoded using Base64 format), what you're looking...
(edit) From by calling `((TailoredPlayer) player).getValue();` you'd get a string like this ``` ewogICJ0aW1lc3RhbXAiIDogMTYzMTc5ODEzMzY1OCwKICAicHJvZmlsZUlkIiA6ICI5NTBhOTg3ZDBkNDA0OThhYmU5OGRkMTc1NzFlNWUyZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJzYW1vX2xlZ28iLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWIyOWVkYTk1OTc5MWY1NGMyNmMyMzI4MzJiNzY2MDRlYmExYWM0ZmU0MTZhZWIzNTZjMzM1ZWExZTFiYmU3IgogICAgfSwKICAgICJDQVBFIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8yMzQwYzBlMDNkZDI0YTExYjE1YThiMzNjMmE3ZTllMzJhYmIyMDUxYjI0ODFkMGJhN2RlZmQ2MzVjYTdhOTMzIgogICAgfQogIH0KfQ== ``` which you then decode and get ```json { "timestamp" : 1631798133658, "profileId" : "950a987d0d40498abe98dd17571e5e2f", "profileName"...
Leaving https://github.com/crafatar/crafatar/issues/54 for reference.
There seems to be a way to do this using https://mc-heads.net/ (comment in crafatar issue)
Just to clarify, you're using mod to set skin right?
You cannot set HD skin via command. You need to use the client mod.
That's because you won't see hd skin without client mod, so then why bother using the command to change it if you have GUI?
Thanks for deepdive. I'm not sure what's happening, can you post logs as well?