Zergatul / freecam

10 stars 5 forks source link

Freecam

Build

To build the mod you need to have JDK 21 installed.

[!NOTE] Use the Gradlew.bat for Windows

First change the directory to the fabric or forge folder with cd <modloader>.

Then run the following command to build the mod.

# Windows
gradlew.bat build

# Linux/Unix
./gradlew build

The mod will be built in the <modloader>/build/libs folder.

Downloading

you can find the latest builds on the GitHub Actions page.

Click on the latest build.

Then click on the artifact named freecam-<modloader>-<version>.jar to download it. Artifacts Tab