Requirements:
- JDK 1.8
How to build (IntelliJ):
- Clone the project
- Import
gradle.build
into IntelliJ - Wait for gradle to stop building
- Go to Gradle -> AquaStratum -> setupDecomp workspace (should take a little bit of time)
- Create a directoy called
run
in the project root. - Add new Run/Debug configureaton.
- Press the
+
in the top left - Select Application
- Name it
Client
- Main Class:
GradleStart
- Working directory: [Project Locaton]
\run
- Run the configureation, the Minecraft client should start!