Follow Me Mod: Make Mobs Follow You in Minecraft

Follow Me Mod in Minecraft: Smarter Entity Control for Custom Packs and Roleplay Worlds Minecraft has always been about freedom: freedom to build, freedom to explore biomes, freedom to invent your own mechanics through mods and data-driven gameplay. The Follow Me mod takes that sandbox spirit and...

Download Follow Me for Minecraft 1.21, 1.20.1, 1.19.2, 1.19.1, 1.18.2, 1.18

Original name: Follow Me

Minecraft: 1.12.2, 1.16.5, 1.17.1, 1.18, 1.18.2, 1.19.1, 1.19.2, 1.20.1, 1.21

Loaders: Forge, NeoForge

FileVersionLoaderSize
Follow Me 1.12.2-1.1.2.jar1.12.2Forge17 КБDownload
Follow-Me-1.12.2-1.1.2a.jar1.12.2Forge17 КБDownload
Follow-Me-1.12.2-1.1.2b.jar1.12.2Forge17 КБDownload
Follow-Me-1.12.2-1.12.2-1.1.3.jar1.12.2Forge25 КБDownload
Follow-Me-1.12.2-1.12.2-1.1.3a.jar1.12.2Forge25 КБDownload
Follow-Me-1.12.2-1.1.4.jar1.12.2Forge30 КБDownload
Follow-Me-1.12.2-1.1.4a.jar1.12.2Forge30 КБDownload
Follow-Me-1.12.2-1.1.5a.jar1.12.2Forge36 КБDownload
Follow-Me-1.12.2-1.1.5.jar1.12.2Forge36 КБDownload
Follow Me 1.12.2-1.1.1.jar1.12.2Forge17 КБDownload
Follow-Me-1.16.5-1.1.7.jar1.16.5Forge49 КБDownload
Follow-Me-1.16.5-1.1.7b.jar1.16.5Forge49 КБDownload
Follow-Me-1.16.5-1.1.7a.jar1.16.5Forge49 КБDownload
Follow-Me-1.16.5-1.1.6.jar1.16.5Forge46 КБDownload
Follow-Me-1.16.5-1.1.5.jar1.16.5Forge45 КБDownload
Follow-Me-1.16.5-1.1.4a.jar1.16.5Forge27 КБDownload
Follow-Me-1.16.5-1.1.4.jar1.16.5Forge27 КБDownload
Follow-Me-1.16.5-1.1.6a.jar1.16.5Forge46 КБDownload
Follow-Me-1.16.5-1.1.3.jar1.16.5Forge24 КБDownload
Follow-Me-1.17.1-1.1.6.jar1.17.1Forge47 КБDownload
Follow-Me-1.17.1-1.1.7.jar1.17.1Forge49 КБDownload
Follow-Me-1.17.1-1.1.7a.jar1.17.1Forge49 КБDownload
Follow-Me-1.17.1-1.1.7b.jar1.17.1Forge49 КБDownload
Follow-Me-1.18-1.1.7.jar1.18Forge49 КБDownload
Follow-Me-1.18-1.1.8.jar1.18.2Forge55 КБDownload
Follow-Me-1.18-1.1.8a.jar1.18.2Forge55 КБDownload
Follow-Me-1.19-1.1.8.jar1.19.1Forge55 КБDownload
Follow-Me-1.19-1.1.8a.jar1.19.1Forge55 КБDownload
Follow-Me-1.19.2-1.1.8b.jar1.19.2Forge55 КБDownload
Follow Me-1.20-1.1.8.jar1.20.1Forge57 КБDownload
Follow-Me-1.21.0-1.1.8.jar1.21NeoForge51 КБDownload

Follow Me Mod in Minecraft: Smarter Entity Control for Custom Packs and Roleplay Worlds

Minecraft has always been about freedom: freedom to build, freedom to explore biomes, freedom to invent your own mechanics through mods and data-driven gameplay. The Follow Me mod takes that sandbox spirit and gives it a practical twist. Instead of relying only on vanilla behavior like leashing or limited mob AI, this mod lets selected entities follow your player through configurable rules. For modpack creators, server admins, and technical players, it unlocks a cleaner way to script interaction without rewriting half the game.

At its core, Follow Me requires AtlasLib and adds a config-focused system where specific entities can be set to follow the player. You can trigger following with a sneak + right-click interaction, or use a keybinding (default H). When you need to reset movement, another keybinding (default J) tells all active followers to stop. It sounds simple, but in Minecraft terms this creates a powerful layer between player input and entity behavior, especially across different versions and modded mechanics.

Why Follow Me Matters in Modern Minecraft Modding

Vanilla Minecraft offers basic companion-like behavior in a few places, but most entities are designed with rigid AI goals. Follow Me changes that by turning entity following into a configurable feature rather than a hardcoded exception. This is especially useful for:

  • Adventure maps where NPC-style movement supports story flow.
  • Roleplay servers that want dynamic villagers or themed escorts.
  • Quest-based modpacks where progression mechanics depend on escorted entities.
  • Technical worlds that need controlled mob movement without overengineered redstone setups.

The mod is mostly intended for pack developers, and that design goal shows. Rather than cluttering survival gameplay with random systems, it provides a focused toolset that can be integrated into broader pack logic.

Core Features and Player Controls

Once installed correctly, the gameplay loop is intuitive. Sneak, right-click an eligible entity, and it starts following your character. Repeat the same interaction to remove that entity from the follower list. The configurable keybindings are equally important because they allow quick control in crowded areas, combat zones, or scripted events where precision matters.

  • Start follow: Sneak + right-click, or default hotkey H.
  • Stop all followers: Default hotkey J.
  • Toggle specific entity: Sneak + right-click again.
  • Entity scope: Defined through config, not automatic for every mob.

This approach keeps the mechanic predictable. In a modded Minecraft environment with dozens of systems, predictable behavior is often the difference between a polished server experience and chaotic AI glitches.

Version Notes and the 1.1.5 Condition System

The 1.1.5 update introduced one of the most useful upgrades: conditions. Instead of saying “this mob always follows,” you can now define context-sensitive logic using player or world NBT data. That means pack developers can gate behavior behind profession, health status, time of day, and other variables available in entity or world data structures.

In practical terms, this lets you design richer mechanics. A villager could follow only at daytime in plains biomes, or only when the player’s health is above a threshold. A server event could allow temporary escorts during a quest phase and disable them after completion. These are modpack-level controls that feel native when configured well.

There is one critical compatibility detail: as of Minecraft 1.19, only villagers are in the default config. In earlier versions, the mod effectively does nothing until you define your entity list manually. That catches many users off guard, so always review config behavior before testing in survival or launching a multiplayer server.

How It Fits into Modpacks, Servers, and Gameplay Loops

Follow Me works best when treated as infrastructure, not spectacle. It is a support mod that enhances systems around it: economy mods, town management, RPG progression, and scripted storytelling. If you run a curated server, you can use it to create guided travel mechanics, faction transport roles, or immersive settlement activities where villagers and other configured entities react to player leadership.

For players building a custom setup, the installation process is straightforward when handled through a launcher workflow. Many modded users prefer managing profiles with the foxygame.net launcher because it is convenient, flexible, and modern, and you can pull mods directly from the menu without interrupting your version setup. That kind of profile-based organization makes testing Follow Me across multiple Minecraft versions much easier.

Because the mod relies heavily on config, it rewards planning. Decide early which entities should be controllable, how frequently players can toggle follow states, and whether world conditions should restrict behavior. That planning prevents abuse on survival servers and helps maintain balance with other mods affecting mobs, pathfinding, or chunk loading.

Best Practices for Stable Performance

Like many AI-adjacent mods, Follow Me should be configured with performance in mind. Large follower groups can increase pathfinding overhead, especially on modded servers with expanded biomes, custom blocks, and heavy worldgen. Keeping follower rules intentional helps avoid lag spikes and odd entity desync.

  • Limit eligible entities to gameplay-relevant types.
  • Use condition checks to prevent constant follow states.
  • Test keybindings against other mods to avoid input conflicts.
  • Validate behavior in both singleplayer and dedicated server environments.
  • Pair with clear server rules so players understand intended use.

Conclusion

Follow Me is a focused Minecraft mod that solves a specific problem extremely well: giving pack developers controlled, configurable entity-follow behavior. With AtlasLib dependency support, intuitive keybindings, and advanced condition logic introduced in 1.1.5, it scales from small custom worlds to full server ecosystems. If you enjoy tuning mechanics rather than just adding flashy content, this mod delivers meaningful control over how entities interact with players, and it does so in a way that fits naturally into modern Minecraft updates and modded version workflows.