
Ride Any Entity
This Mod allows you to mount(ride) any entity in the game without a saddle. Possibly compatible with entities from mods as well!
⬇ Download on Modrinth







Ride Any Entity! Beta 1.7.3
Because this mod allows you to mount(ride) any entity without a saddle certain edits had to be made.
This mod edits Entity, EntityCow, EntityPig, EntitySheep, EntitySquid, and EntityWolf Client and Server Side.
All this mod does is adds 'entityPlayer1.mountEntity(this);' into the 'interact' functions.
public boolean interact(EntityPlayer entityPlayer1) {
entityPlayer1.mountEntity(this);
return false;
}
Because Cow, Pig, Sheep, Squid, and Wolf override this function I had to add 'entityPlayer1.mountEntity(this);' to all of their individual functions. The edit to the Pig class was just to make the Pig mountable with or without a saddle.
Modloader not required but I had to select an API.
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: b1.7.3
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Downloads as Ride Any Entity Server+Patches.zip
- Download size: 22 KB
- Download link checked 8 Sept 2026 — working
These come from our own check of the pack file, not from the source page.