Skip to content

Commit a553e15

Browse files
author
Johann Bernhardt
committed
Fix missing RefMaps
1 parent 61c11da commit a553e15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,10 @@ processResources
350350
"modName": modName
351351
}
352352

353+
if(usesMixins.toBoolean()) {
354+
from refMap
355+
}
356+
353357
// copy everything else, thats not the mcmod.info
354358
from(sourceSets.main.resources.srcDirs) {
355359
exclude 'mcmod.info'

0 commit comments

Comments
 (0)