- Download and install JDK 8: Liberica JDK
- Set
JAVA_HOME
variable: Baelbung / Atlassian - Edit
gradle.properties
andsettings.gradle.kts
for yourself. - Run
gradlew setupDecompWorkspace idea
in command line. - Open
ProjectName.ipr
generated file. - In notification press
Load Gradle Project
->Trust Project
. - Edit run configurations (Minecraft Client/Server) for main module classpath.
- Done.
- In
./src/main/resources/
createMETA-INF
folder. - Put in your
{mod_id}_at.cfg
. - Run task
setupDecompWorkspace
. - Reload Gradle cache.
- Don't forgot specify your AT config in MANIFEST!