Skip to content

Releases: MineLittlePony/HDSkins

HDSkins 5.5.1 for Minecraft 1.14.4

06 Oct 10:18
Compare
Choose a tag to compare

Changes:

  • The skin server now uses https by default

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/release
Dependency: com.minelittlepony:HDSkins:1.14.4-5.5+

HDSkins 5.5 for Minecraft 1.14.4

29 Aug 13:41
Compare
Choose a tag to compare

There were a few important changes in this version that people should take note of:
Legacy Skin Servers are Deprecated!!

Configs from the old servers have been removed from the mod in this version, so if you have a skin uploaded to it be sure that you download/save it locally and reupload to the Valhalla server before updating.

To download you skin go to the skin uploader screen (The Pants Icon) and then click the download button (<<) button. Choose a location to save your file and click "ok/save".

To switch skin servers, you can click the little "?" in the bottom right corner, and upload your skin again.

Changes:

  • Removed bethlehem skin server types
  • Removed the legacy skin server (Legacy skin servers are now deprecated)
  • Improved file type detection
  • Added new file icons for images, audio files, and video files when viewing the file selection screens

Bug Fixes:

  • Fixed other player's textures not loading the first time you join a world
  • Fixed player skins always appearing as Alex when viewed through the skin previewer
  • Fixed elements in the file selection window are not centred, or push the scrollbar off the screen (Kirin)
  • Fixed file extensions being handled encorrectly when opening/saving a file
  • Fixed various issues with filename/extension requirements not being maintained when saving a file

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/release
Dependency: com.minelittlepony:HDSkins:1.14.4-5.5+

HDSkins 5.4.3 for Minecraft 1.14.4

07 Aug 11:10
Compare
Choose a tag to compare

Changes:

  • Updated Kirin

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/release
Dependency: com.minelittlepony:HDSkins:1.14.4-5.4.3+

HDSkins 5.4.2 for Minecraft 1.14.4

23 Jul 23:21
Compare
Choose a tag to compare

Changes:

  • Updated to 1.14.4

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/release
Dependency: com.minelittlepony:HDSkins:1.14.4-5.4.2+

HDSkins 5.4 for Minecraft 1.14.3

19 Jul 12:07
Compare
Choose a tag to compare

Changes:

  • Added support for regular expressions to match multiple layers

    {
       "skins": [
           { "type": "SKIN", "model": "default", "pattern": "S[o]+llace|Notch", "skin": "hdskins:textures/skins/super_silly_pony.png" }
       ]
     }
    
  • Added a swimming pose to the skinning gui

  • Added Armour sets. Resourcepacks can add their own armour sets, and players can toggle between them when in the skins gui to see how they appear on the player.

  • Fixed players not rendering when Optifine is installed.

  • Fixed inconsistent button placements when Mod Menu is installed ( TerraformersMC/ModMenu#54 )

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/release
Dependency: com.minelittlepony:HDSkins:1.14.3-5.4+

HDSkins 5.3.2 for Minecraft 1.14.3

13 Jul 18:11
Compare
Choose a tag to compare

Changes:

  • Added support for specifying the skin's model type (ALEX/DEFAULT) in the json config

    {
       "skins": [
           { "type": "SKIN", "model": "default", "name": "Sollace", "skin": "hdskins:textures/skins/super_silly_pony.png" }
       ]
     }
    
  • Fixed crash when previewing a server skin

  • Added ModMenu integration

  • Moved skin servers to use resourcepacks instead of a config file

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+

HDSkins 5.3 for Minecraft 1.14.3

06 Jul 14:56
Compare
Choose a tag to compare

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+

HDSkins 5.1.1 for Minecraft 1.14.3

29 Jun 17:58
Compare
Choose a tag to compare

Changelog:

  • Updated to 1.14.3
  • Fixed crash relating to player skulls
  • The file selector is now a grid instead of a list!

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.+

HDSkins 5.0.2 for Minecraft 1.14.2

15 Jun 15:27
Compare
Choose a tag to compare
Pre-release

This is the HD Skins mod extracted from Mine Little Pony.

Changes:

  • rewrote the skinning gui
  • Removed the experimental skin drop ad the old swing skin drop 9you can now just drop images directly into the game window)
  • File selection and saving is now done directly through the game using a shiny new GUI.

Known Issues:

  • When entering the skinning window, the server texture might appear broken the first time it loads. Simply close and re-open the menu to fix this.

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.2-5.+