ArcPath is a client-side Fabric mod for Minecraft 26.1 that displays a trajectory arc when holding a throwable item. The arc shows the predicted flight path of the projectile and marks the landing point with a marker.
- Ender Pearls
- Snowballs
- Eggs
- Tridents
- Arrows (via Bow & Crossbow)
| Dependency | Version |
|---|---|
| Fabric Loader | 0.19.2 or newer |
| Fabric API | 0.149.1+26.1.2 or newer |
| Cloth Config | 26.1.154+fabric |
| Mod Menu | 18.0.0-beta.1 or newer |
Cloth Config and Mod Menu are required at runtime; without them the game will crash on startup. All dependencies can be downloaded from Modrinth.
- Arc color, line width, dash length, gap length, transparency
- Target color, line width, radius, transparency
- Enable/disable arc and target marker independently per throwable
If you would like to build the code locally, please note this project requires a dependency that is not yet available on Maven for Minecraft 26.1 and must be downloaded manually:
Download the jar and place it in a libs/ folder in the project root before building.
(Note that this will no longer be required once Cloth Config 26.1 is avaliable on Maven)
Build with .\gradlew build
