Skip to content

Mine Little Pony 4.7.4 for Minecraft 1.19.3

Compare
Choose a tag to compare
@Sollace Sollace released this 17 Feb 23:31
· 134 commits to 1.20 since this release

Changelog 4.7.4

  • Fixed incompatibility with Sodium

Changelog 4.7.3

  • Slightly rewrote and optimised villager rendering
    • Clothing layers are now stitched together and uploaded as a single texture
  • Optimised wearables rendering
  • Improved the crown gear's model to less resemble a hat layer
  • Added support for adding custom armour models using mson.
    Place your model files at assets/mod_namespace/models/armor/inner_item_name.json and assets/mod_namespace/models/armor/outer_item_name.json.
    I recommend specifying minelittlepony:armor/inner_pony_armor.
    These should serve as a good-enough starting point for anyone who wants to add their own models.

// inner_model.json

{
   "parent": "minelittlepony:armor/inner_pony_armor",
   "texture": {"w": 64, "h": 32},
   "dilate": 0.27,
   "data": {
   	"head": {
   		"cubes": [
   			{ "from": [-4, -6, -6], "size": [ 8, 8, 8], "dilate": 0.5 },
   			{ "from": [-4, -8, -1], "size": [ 2, 2, 2], "texture": {"u": 0, "v": 0}, "dilate": -0.0125, "__comment": "left ear" },
   			{ "from": [ 2, -8, -1], "size": [ 2, 2, 2], "texture": {"u": 0, "v": 4}, "dilate": -0.0125, "__comment": "right ear" }
   		]
   	}
   }
}

// outer_model.json

{
   "parent": "namespace:armor/inner_model",
   "dilate": 0.5
}

API Notes

  • Removed hasHorn() and hasMagic() methods from IPonyData

Bugs Squash

  • Fixed villagers having too many saddlebags
  • Fixed various calculation inaccuracies when Filly Cam is enabled
  • Fixed fps magic config option not having a comment
  • Fixed players/ponies initially appearing without skins or their skins loading without metadata on world load
  • Taixdermy is out of fashion)
  • (BETA) Fixed wings rotating incorrectly for alicorns
  • (BETA) Fixed leggings and boots alignment when crouching #227
  • Fixed torso rendering on pony armour when it's not meant to
  • Fixed rendering of legacy pony armour
  • Fix incompatibility with mods that mess with armour stand rendering
  • Fixed broken villager textures with modded professions
  • Fixed z-fighting betwen pegasus wings and saddlebags

With HD Skins

  • Fixed clear button not clearing your skin if you had a file selected
  • Fixed crash on linux systems when encountering file names with the section sign in them
  • Stripped formatting from filenames when displaying them in the gui

Installation (Users):

Mine Little Pony uses Fabric for it's modding APIs. Refer to their installation instructions here.

Steps:

  1. Download and Install Fabric Loader as above.
  2. Download and install Fabric API
  3. Download and install HDSkins (Optional)
  4. Download the -version.jar below and place it in your mods folder found within your .minecraft 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:minelittlepony:4.7.4