- Gradle 6.9.1 for faster building and better IntelliJ IDEA support
- Mixin support
- run
gradlew setupDecompWorkspace - run
gradlew idea
Warning
Do not run gradlew genIntellijRuns or open the project until you have updated the gradle.properties (see below).
IntelliJ IDEA caches run configurations and will not update them correctly (even when deleted).
If you fucked up, you can update the fml.coreMods.load VM option manually or delete your .iml, .ipr and .iws files and try again.
- personalize
- update
refmapinexample_addon.mixins.json - rename
example_addon.mixins.json - update
gradle.properties - update
MIXIN_CONFIGin theMixinLoaderclass
- update
- run
gradlew genIntellijRuns - open the generated
.iprfile in IntelliJ IDEA - The Minecraft Dev IntellJ plugin is recommended, but not required