From f60179e250396a115841c925deabea4e29055d86 Mon Sep 17 00:00:00 2001 From: Chloe Dawn Date: Fri, 11 Jan 2019 23:44:34 +0000 Subject: [PATCH] Fix refmap being incorrectly named --- build.gradle | 2 +- src/main/resources/mixins.couplings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 2970350..9ea534b 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { diff --git a/src/main/resources/mixins.couplings.json b/src/main/resources/mixins.couplings.json index 0f40399..7aad134 100644 --- a/src/main/resources/mixins.couplings.json +++ b/src/main/resources/mixins.couplings.json @@ -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",