nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
Ride Any Entity

Ride Any Entity

Mod

This Mod allows you to mount(ride) any entity in the game without a saddle. Possibly compatible with entities from mods as well!

Client and server Game Mechanics MobsTransportation

85 downloads
0 followers

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.

Project members

poopiedoopie9002

Member


Technical information

License
MIT
Client side
required
Server side
required
Project ID