The master branch will always contain the latest released version with possibly some bug fixes for that version that will eventually be released. New versions will be created in branched named like {mc_version}-{mod_version}
- Execute the following gradle command to setup your workspace:
./gradlew setupDecompWorkspace
-
Open IntelliJ IDEA and import Gradle project
-
Close IntelliJ IDEA
-
Execute the following gradle command to create the necessary idea project files:
./gradlew genIntellijRuns
- Select
Minecraft Client
from Run configurations and press the green play button. Minecraft should now launch.