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.
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.