Skip to content

Commit

Permalink
Fix missing RefMaps
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann Bernhardt committed Nov 24, 2021
1 parent 61c11da commit a553e15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a553e15

Please sign in to comment.