Hyperium is no longer available, and they'll will no longer provide support for it. Click here to find a list of replacement Forge mods.
You will first need to set up a development workspace with the Hyperium source code. You can do this by downloading the repository, opening the build.gradle
as a project in IntelliJ IDEA and running the following commands from terminal or gradle window.
./gradlew setupDecompWorkspace
./gradlew genIntellijRuns
This will download the dependencies and setup the run configuration for the project allowing you to run the client from your IDE. If the game will still not run after you have completed these steps make sure the Minecraft Client
run configuration is set to the module Hyperium.main
.