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
gradle
folder). - Run
gradle setupDecompWorkspace
-
Change the
constellar_build_target
property ingradle.properties
tostandalone
. -
Ensure Gradle has been refreshed if the build target had to be changed.
-
Run
gradle genIntellijRuns
if you're on IntelliJ. -
Make sure the generated build module for client is
Constellar.main
.
- Change the
constellar_build_target
property ingradle.properties
toforge
. - Ensure Gradle has been refreshed if the build target had to be changed.
- Run the
build
Gradle task to generate a.jar
to use as a mod.