promotional bannermobile promotional banner

My Favorite Mount

Summon and dismiss any mount instantly with just one button press — whether it's a Wolf, a Horse, an Axolotl, or any of the many other rideable creatures.
Back to Files

MyFavoriteMount-2.3.1.jar

File namemyfavoritemount-2.3.1.jar
Uploader
NovacuronoNovacurono
Uploaded
Aug 11, 2026
Downloads
12
Size
211.0 KB
Mod Loaders
NeoForge
File ID
8624518
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:my-favorite-mount-1620669:8624518"

Learn more about Curse Maven

What's new

New

  • Russian localization (ru_ru) — full translation of item names, tooltips, rarity tiers, keybinds, and config labels.

Fixed

  • Mount whistle could be equipped in any Curios accessory slot, not just its intended "mount" slot (e.g. a generic/universal slot added by another mod). If a whistle was equipped that way, summoning still worked, but the mod never noticed it being unequipped afterward — leaving the mount stuck permanently summoned with no way to dismiss it short of pressing the summon key again. Whistles are now restricted to the mount slot only (Curios itself refuses to equip them anywhere else), and every internal lookup (summoning, and writing storage-inventory changes back onto the whistle) now checks that slot specifically instead of searching the player's entire Curios inventory.

Internal

  • Migrated loot table and global loot modifier generation (whistle drop chances and their vanilla loot table injections) to NeoForge's datagen system instead of hand-authored JSON, making future additions and mass balance changes to acquisition faster and less error-prone. No change in drop behavior — output was verified to match the previous hand-written files exactly.