HDSkins 5.3 for Minecraft 1.14.3
Changes:
- Player textures will now resolve immediately when joining the game, so long as they have been loaded previously
Additions:
- Players can now specify a custom skin to use for any given player, including themself, with a resourcepack.
Simply create a resourcepack and add a json file like this simillar to this one:
{
"skins": [
{ "type": "SKIN", "name": "Sollace", "skin": "hdskins:textures/skins/super_silly_pony.png" }
]
}
And place it at assets/hdskins/textures/skins/skins.json
Name is the display name of the user who's skin you want to place. You can also specify a uuid of the player's minecraft account:
{
"skins": [
{ "type": "SKIN", "uuid": "0000-0000-0000-0000", "skin": "hdskins:textures/skins/super_silly_pony.png" }
]
}
Type is type of skin (SKIN
, ELYTRA
, CAPE
), and skin is the resource pack for the texture you want to use, also in the resourcepack.
In this case the json file will change me to use the skin at /assets/hdskins/textures/skinss/super_silly_pony.png
.
Installation (Users):
Refer to the Fabric installation instructions here
Once you have fabric installed, simply download the version.jar below and place it in your mods folder.
Remember to use the fabric launcher profile when starting the game!
Installation (Modders):
Maven: http://repo.minelittlepony-mod.com/maven/snapshot
Dependency: com.minelittlepony:HDSkins:1.14.3-5.3+