A special modded minecraft client made in forge. This client contains the basis for a hacked client, and can be expanded upon to build your own HephaestusClient
We recommend using IntelliJ. Eclipse will require additional steps to set up, which we won't cover here.
- Import build.gradle
- Run
gradlew setupDecompWorkspace
- Run
gradlew genIntelliJRuns
- If configurations are broken, change the classpath of module to "main"
- Run the HephaestusClient
If it fails at any point, try giving gradle more RAM via -Xmx3G
This project is not meant to be contributed upon. It's meant to act as a base for anyone who'd like to make their own client. The only contributions that will be accepted are bug fixes or updates for different minecraft versions.
MIT License is in effect. tl;dr you can do whatever you want as long as you include the original copyright and license notice in any copy of the software/source.