A TAS input planning mod for Minecraft. Simulate and visualize parkour movements before executing them.
Watch the angle solver tutorial or a TAS created with the tool.
Press G to open the calculator. The toggle key is rebindable in Minecraft's Controls menu (Fabric and Forge both register it under the Parkour Calculator category).
Click and drag the first box in the world to reposition.
| Key | Action |
|---|---|
G |
Toggle UI (rebindable) |
ESC |
Close UI |
Ctrl+Click |
Toggle selection |
Shift+Click |
Range select |
Right-Click |
Context menu |
Requires JDK 21.
./gradlew :loader-fabric-1.21.10:build
The output JAR lands in loader-fabric-1.21.10/build/libs/.
The repo is a Gradle multi-module project: core/ holds Minecraft-free UI code (Java 8 compatible), and loader-fabric-1.21.10/ is the Fabric mod itself. See CLAUDE.md for architecture details.
See CONTRIBUTING.md for the full workflow. Quick summary: feature branches off main, PR titles use Conventional Commits (feat:, fix:, feat!:), squash-merge only. Versioning, tagging, CHANGELOG entries, and publication of the three loader jars are automated via release-please.
Releases ship one jar per loader. Grab the matching file from the latest release and follow the section for your loader. <version> below is the release tag without the v prefix (e.g. 1.0.0).
mods folder.pkc-fabric-1.21.10-<version>.jar and drop it into the same mods folder.pkc-forge-1.8.9-<version>.jar and drop it into your mods folder.pkc-forge-1.12.2-<version>.jar and drop it into your mods folder.After launch, open the in-game Mods menu to confirm Parkour Calculator is listed.
$ claude mcp add ParkourCalculatorMod \
-- python -m otcore.mcp_server <graph>