An Architectury-based Minecraft mod for Fabric and NeoForge (MC 1.21.11). Where players walk, paths may appear.
Worn Path gradually transforms blocks beneath frequently walked areas into path blocks. The more players traverse a route, the more defined the path becomes.
- Install Fabric Loader (0.18.4+) or NeoForge (21.11+) for Minecraft 1.21.11.
- Install the Architectury API for your platform.
- Drop the appropriate Worn Path
.jarinto yourmods/folder.
| Platform | Minecraft | Loader |
|---|---|---|
| Fabric | 1.21.11 | Fabric Loader 0.18.4+ |
| NeoForge | 1.21.11 | NeoForge 21.11+ |
Both platforms require the Architectury API (18.0.6+).
Requires Java 21 (managed via asdf, see .tool-versions).
./gradlew buildBuild artefacts are produced for both Fabric and NeoForge platforms.
This is a multi-platform Architectury project:
common/— Shared code across all platformsfabric/— Fabric-specific implementationneoforge/— NeoForge-specific implementation
Platform-agnostic logic goes in common/. Each platform subproject has a thin
entry point that delegates to common code.
| Dependency | Version |
|---|---|
| Minecraft | 1.21.11 |
| Fabric Loader | 0.18.4+ |
| Fabric API | 0.141.3+1.21.11 |
| NeoForge | 21.10.34-beta |
| Architectury API | 18.0.6+ |
| Caffeine (caching) | 3.2.0 |
See CONTRIBUTING.md for guidelines on building, submitting issues, and code conventions.