
DatapacksJava
Pathway
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
There are still a few issues, so feel free to open pull requests to help improve this project! 😁
✅ Features
- Automatic Movement of Entities to their Destination
📖 Usage
Add the pathway tag to an entity and set the destination by setting data.pathway.target to a list with three doubles, e.g., Player's Position
Config
Defined by attributes, except:scoreboard players set @s pathway.maxDistance <any> — default: unset — maximum distance it will pathfind at once — Change at your own discretion. Recommended: 100scoreboard players set @s pathway.maxStepHeight <any> — default: unset — maximum blocks to step up at once
Example usage
#code:loop.mcfunction:
execute as @e[tag=my_entity] at @s run data modify entity @s data.pathway.target set from entity @p[distance=..50] Pos
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21, 1.21.1, 1.21.2
- 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 — see the MC Java Mods guides for the full walkthrough.
Verified by MCModsHub
- Downloads as Pathway-0.1.1.zip
- Download size: 26 KB
- Download link checked 7 Sept 2026 — working
These come from our own check of the pack file, not from the source page.