diff --git a/build.gradle b/build.gradle index 7c04bbc3..7d1798a8 100644 --- a/build.gradle +++ b/build.gradle @@ -350,6 +350,10 @@ processResources "modName": modName } + if(usesMixins.toBoolean()) { + from refMap + } + // copy everything else, thats not the mcmod.info from(sourceSets.main.resources.srcDirs) { exclude 'mcmod.info'