Experimental MC 1.8.9 PvP client that isn't necessarily focused only on Hypixel (unheard of).
Please see SECURITY.md for our security policy.
Just PR (TO-DO).
Below are the steps for building. Follow the "Universal" steps, then Standalone/Forge.
.jar files produced follow the following format: Constellar-version-target.jar and Constellar.version-target-dep.jar. Use the -dep .jar file.
- Clone the repo (
git clone https://github.com/Uranometrical/Constellar && cd Constellar) - Open the project with an IDE (I recommend IntelliJ). Ensure Gradle 4 is being used (provided in
gradlefolder). - Run
gradle setupDecompWorkspace
-
Change the
constellar_build_targetproperty ingradle.propertiestostandalone. -
Ensure Gradle has been refreshed if the build target had to be changed.
-
Run
gradle genIntellijRunsif you're on IntelliJ. -
Make sure the generated build module for client is
Constellar.main.
- Change the
constellar_build_targetproperty ingradle.propertiestoforge. - Ensure Gradle has been refreshed if the build target had to be changed.
- Run the
buildGradle task to generate a.jarto use as a mod.
