Leg0shii / ParkourCalculator

ParkourCalculator is an advanced tool designed for simulating and analyzing parkour mechanics in Minecraft. With a focus on versions 1.8.9 and 1.12, it offers an in-depth look into the game's physics, blocks, and player interactions.
Apache License 2.0
14 stars 4 forks source link
ai ai-pathfinding macros minecraft minecraft-tas parkour pathfinding simulation simulator

ParkourCalculator

Overview

ParkourCalculator is an advanced tool designed for simulating and analyzing parkour mechanics in Minecraft. With a focus on versions 1.8.9, 1.12 and 1.20, it offers an in-depth look into the game's physics, blocks, and player interactions.

Detailed Simulation

Pathfinding

3D World Editor

Export Macros

Installation

Windows

  1. Download and install the JDK20 which you can find here: https://www.oracle.com/de/java/technologies/downloads/#jdk20-windows
  2. Download and double-click on the ParkourCalculator jar and run it

MacOS

  1. Download and install the JDK20: https://www.oracle.com/de/java/technologies/downloads/#jdk20-windows
  2. Download the JavaFX 20.0.1 SDK. Before; figure out your system architecture (x64 or aarch64): https://gluonhq.com/products/javafx/
  3. Unzip the JavaFX file and place it in any folder and copy the path to the lib file inside the javafx folder
  4. Open up a terminal and navigate to the ParkourCalculator jar file.
  5. Run this Command: java --module-path /path/to/javafx/lib --add-modules javafx.controls,javafx.fxml -jar /path/to/your/app.jar