Environment Setup¶
Requirements¶
- Java 17 (JDK)
- IntelliJ IDEA (recommended) + Minecraft Dev Plugin + Lombok
- Git
Steps¶
- Clone the repository:
git clone https://github.com/Raishxn/GregTech-Nexus-Addon.git - Import as Gradle project in IntelliJ
- Sync:
./gradlew build - Run the client:
./gradlew runClient