Skip to content

Releases: MineLittlePony/MineLittlePony

Mine Little Pony 4.11.8 for Minecraft 1.20.5 - 1.20.6

07 May 12:09
70e8e23
Compare
Choose a tag to compare

Changelog

  • Updated to 1.20.5/6
  • Removed pony stacking (it was broken and I didn't want to fix it)
  • Skeletons will now lower their bow when not attacking. ;)
  • Armour texture misses are now logged to it's easier to tell where the mod is looking when you're trying to make custom armour
  • Pony skulls now play their animations
  • Hats now move up so they don't clip through skulls/blocks worn by the player
  • Tools and weapons now keep their orientation when being held by a unicorn
    Additionally there is a new forwardHoldingItems config option that you can add item ids to for any modded items you want to be treated the same.
  • Magic glows now have a subtle animation around held items

Modding

  • Added an armour renderplugin api for mods that want control over how armour is rendered/appears.
    Plugins can:
    1. Control whether armour, elytras, capes are visible, the renderlayer/texture they use, their opacity and whether they display an enchantment glint.
    2. Provide a custom texture resolver to use instead of the default
    3. Add their own rendering logic after any of the above is rendered
    4. Replace or add to the item stacks presented when trying to render any of the above (so you can implement armour stacking if you want).
    A reference implementation is available here

Datapack Changes

  • The custom model data value is now appended to the end of the filename rather than before the layer suffex. Update your packs, ponies!
    Before: minelittlepony:textures/models/armor/leather_inner_123_overlay_pony.png
    After: minelittlepony:textures/models/armor/leather_inner_overlay_123_pony.png

Bugs Rangled

  • Fixed magic rendering on items in third person when it's not supposed
  • Fixed armour trims z-fighting
  • Fixed skeletons having horns and rendering magic on their held items when they're not supposed to
  • Fixed misaligned skulls when worn by ponies
  • Fixed piglin skulls not being ponified
  • Fixed hats, gear, stuck arrows, and etc not rendering on NPCs (villagers)
  • Fixed neck position when lying down
  • Fixed stetsons

Compatibility

  • Disable item glints when rendering the auras. #257

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

Mine Little Pony 4.11.7 for Minecraft 1.20 - 1.20.4

06 Apr 14:33
fce1db2
Compare
Choose a tag to compare

Changelog

  • Update kirin with scrollbar fixes
  • Fixed not all wearables being detected
  • Fixed giants appearing too small

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 1.20.1: com.minelittlepony:minelittlepony:4.11.7+1.20.1
Dependency 1.20.2: com.minelittlepony:minelittlepony:4.11.7+1.20.2
Dependency 1.20.4: com.minelittlepony:minelittlepony:4.11.7+1.20.4

Mine Little Pony 4.10.6 for Minecraft 1.20/1.20.1

24 Feb 16:45
a40b55e
Compare
Choose a tag to compare

Bugs Curdled In the Past

  • Fixed incorrect leg shapes

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

Mine Little Pony 4.11.6 for Minecraft 1.20.2 - 1.20.4

09 Feb 20:02
aa08f12
Compare
Choose a tag to compare

1.20.4 must also install Kirin 1.17.0
Note: If you're using HDSkins, make sure you have at least version 6.11.0 as older versions are no longer compatible

Changelog

  • Increase the delay between a player standing still and ponies beginning to lie down

Bugs Curdled

  • Updated Mson
  • Fix compatibility with Sodium 0.5.8
  • Fixed incorrect tail textures when using sodium
  • Fixed ponies sinking into the ground when lying down
  • Fixed incorrect angles on ponies' models when lying down
  • Fixed capes clipping into ponies' bodies when lying down

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 Kirin (1.20.4 only)
  4. Download and install HDSkins (Optional)
  5. 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.11.6+1.20.2

Mine Little Pony 4.10.5 for Minecraft 1.20/1.20.1

09 Feb 20:02
d392b20
Compare
Choose a tag to compare

Changelog (Backported from 4.11.6)

  • Increase the delay between a player standing still and ponies beginning to lie down

Bugs Curdled In the Past

  • Updated Mson
  • Fix compatibility with Sodium 0.5.8
  • Fixed incorrect tail textures when using sodium
  • Fixed ponies sinking into the ground when lying down
  • Fixed incorrect angles on ponies' models when lying down
  • Fixed capes clipping into ponies' bodies when lying down

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

Mine Little Pony 4.11.5 for Minecraft 1.20.2 - 1.20.4

08 Dec 17:30
c365c14
Compare
Choose a tag to compare

1.20.4 must also install Kirin 1.17.0
Note: If you're using HDSkins, make sure you have at least version 6.11.0 as older versions are no longer compatible

Changelog

  • Added a nirik skin type for use by kirins (unused by MineLP atm)

Bugs Curdled

  • Fixed seaponies not using the correct texture/not producing particles when swimming #258
  • Fixed lighting on pony butts
  • Fixed reformed changelings' ears
  • Updated Mson to 1.9.2
    • Fixed sodium compatibility
    • Improved model rendering performance for all users
    • Fixed lighting on horizontal planes when using iris shaders

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

Mine Little Pony 4.11.3 for Minecraft 1.20.2

29 Oct 21:54
667ce0c
Compare
Choose a tag to compare

Note: If you're using HDSkins, make sure you have at least version 6.11.0 as older versions are no longer compatible

Changelog

  • Consenting servers will no longer force an immediate resolving of a player's skin data. They will instead receive it when it is available

Bugs Spooked

  • Fixed logs spam when playing on multiplayer servers
  • Fixed error due to parsing pony data on the network thread

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

Mine Little Pony 4.10.4 for Minecraft 1.20/1.20.1

29 Oct 21:54
8832bea
Compare
Choose a tag to compare

Changelog (Backported from 4.11.3)

  • Consenting servers will no longer force an immediate resolving of a player's skin data. They will instead receive it when it is available

Bugs Spooked backwards in time

  • Fixed logs spam when playing on multiplayer servers
  • Fixed error due to parsing pony data on the network thread

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

Mine Little Pony 4.11.2 for Minecraft 1.20.2

06 Oct 18:55
2ed7f91
Compare
Choose a tag to compare

Note: If you're using HDSkins, make sure you have at least version 6.11.0 as older versions are no longer compatible

Changelog

  • Ponies can now lie down in place by crouching

Bugs Booped

  • Fixed crash with items that render text on their models #254
  • Clean up the EquineRendermanager (should fix some crashing issues with null seapony models)
  • Fixed left ear rotating incorrectly]
  • Disabled shadow repositioning for players
  • Fixed mobs making rude gestures when in a boat
  • Fixed magic not rendering for items held by other entities
  • Fixed tiny silly ponies reverting to normal villagers when they grow up (they will now appear forever young)

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

Mine Little Pony 4.10.2 for Minecraft 1.20.0, 1.20.1

06 Oct 18:49
011ceed
Compare
Choose a tag to compare

Changelog (this version)

  • Ponies can now lie down in place by crouching

Bugs Smashed (this version)

  • Fixed left ear rotating incorrectly
  • Disabled shadow repositioning for players
  • Fixed mobs making rude gestures when in boats
  • Fixed magic not rendering for items held by other entities
  • Fixed tiny silly ponies reverting to normal villagers when they grow up (they will now appear young forever!)
  • Fixed crash with items that render text on their models #254

Changelog (Backported from 4.11.0)

  • Increased the cuteness factor
    Ponies' ears will now subtly move when walking around or standing
    Added additional particle effects for seaponies
  • Seaponies' bodies now align with the top of the water when standing and move down when swimming
  • Improved image loading performance when reading trigger pixel values
  • The direction a pony's head faces when lying in a bed is now determined by which way you're looking when you climb in
  • Improve seapony tail animations
  • Pony armour now supports transparency

Bugs Defuzzled

  • Fixed missing hand animations for tooting horns and brushing brushes
  • Fixed horn glows not rendering
  • Fixed custom armour models loading from the wrong location. They now reference the /assets//models/entity/armor/ directory where it previously used to use /assets/models/entity/models/armor
  • Fixed bat pony wings appearing too low when closed
  • Fixed bat pony wings rotating incorrectly
  • Fixed pony skin data not being reliably sent to servers

Compatibility

  • Improved compatibility with Vulkan Mod

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