
Callable Horses
The Callable Horses mod introduces to Minecraft the convenient horse summoning mechanic familiar from many popular RPGs. Now you won't have to walk back to your left-behind companion — just press one button, and your faithful steed will appear beside you.
How It Works
To make a horse your personal mount, simply ride it (also works for llamas!) and press the P key. If this animal isn't already owned by another player, it becomes your personal companion. You can only have one personal horse at a time.
To summon your steed, use the V key. If the horse is nearby, it will walk to you. Over longer distances, the animal will instantly teleport to you — this feature works even between dimensions (configurable)! If your pet dies, it cannot be summoned again (this is also configurable).
![] (https://i.imgur.com/dJQn7MT.png)
Setting a personal horse
![] (https://i.gyazo.com/6f81eeb0f105fa4053d8836b75562b7e.gif)
Calling a horse
Additional Features
The mod also adds a convenient interface for viewing your horse's stats. To open it, press the K key.
![] (https://i.gyazo.com/orztlWJ.png)
Horse stats interface
All hotkeys can be reassigned in the control settings.
Technical Features
The mechanics are implemented so that only one instance of your personal horse can exist in the world. Even if your previous steed remained in unloaded chunks when summoning a new one, the old one will be removed upon your next visit to those areas.
The mod supports any entities inheriting from AbstractHorse
: regular horses, donkeys, mules, skeleton and zombie horses, and llamas. Compatible with horses from other mods provided they inherit from AbstractHorse
.
Configuration Options
deathIsPermanent
: if set to false, a deceased horse can be respawned. Equipment items are not restored in this case.
maxCallingDistance
: if set to a value other than -1, you can only call your horse within the specified distance. Accounts for cross-dimensional coordinate shifts.
callableInEveryDimension
: if set to false, horse summoning is only possible in dimensions from the callableDimsWhitelist
.
enableStatsViewer
: if set to false, the horse stats viewing interface is disabled.