Building from Source
If you want to contribute to FishTracker or build a custom version, follow these steps to compile the mod from source.
Prerequisites
- Java Development Kit (JDK) 21 or higher
- Git
- Gradle (included via wrapper)
Clone the Repository
git clone https://github.com/PetarMc1/fish-tracker-mod.git
cd fish-tracker-mod
Build the Project
Use the included Gradle wrapper to build:
./gradlew build
Output
The built jar file will be located in build/libs/:
FishTracker-<version>.jar- The main mod JAR
Running in Development
If you are using IntelliJ IDEA, when you initialize the project there will be an option to run the mod in a Minecraft client for testing.