Skip to content

Commit

Permalink
Fix refmap being incorrectly named
Browse files Browse the repository at this point in the history
  • Loading branch information
Chloe Dawn committed Jan 11, 2019
1 parent 69f7040 commit f60179e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sourceCompatibility = 1.8

minecraft {
// todo Determine why this can't be inferred by Loom
refmapName = 'mixins.coupled.refmap.json'
refmapName = 'mixins.couplings.refmap.json'
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mixins.couplings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"minVersion": "0.7.11",
"compatibilityLevel": "JAVA_8",
"target": "@environment(DEFAULT)",
"refmap": "mixins.coupled.refmap.json",
"refmap": "mixins.couplings.refmap.json",
"package": "io.github.insomniakitten.couplings.mixin",
"mixins": [
"DoorInvoker",
Expand Down

0 comments on commit f60179e

Please sign in to comment.