Jenny Mod injects a character-driven companion system into Minecraft 1.8.9, expanding single-player immersion and entity interaction. It typically provides customizable appearance, AI behaviors (following, guarding, trading), and event-driven scripting for player relationships.
It is noted for high-quality, fluid motion and physics that go beyond the game's default engine capabilities. Gameplay Mechanics: Jenny Mod 1.8.9
public class EntityJenny extends EntityTameable public EntityJenny(World world) super(world); this.setSize(0.6F, 1.8F); this.tasks.addTask(1, new EntityAIFollowOwner(this, 1.0D, 5.0F, 2.0F)); this.tasks.addTask(2, new EntityAIDefendOwner(this)); this.setupJobInventory(); Jenny Mod injects a character-driven companion system into