Update IDEA setup instructions

Configuring the annotation processor is done automatically as of IDEA 2020.1.

Run configs for 1.14+ versions should now be generated automatically once the
referenced PR is merged (or when using a local build of it).
This commit is contained in:
Jonas Herzig
2020-07-13 13:15:33 +02:00
parent e83805bee6
commit 62bbf0efd6
2 changed files with 7 additions and 8 deletions

View File

@@ -120,6 +120,7 @@ archivesBaseName = "replaymod"
if (FABRIC) {
minecraft {
refmapName = 'mixins.replaymod.refmap.json'
autoGenIDERuns = true
}
} else {
minecraft {