mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 13:37:45 -05:00
add some debug code for refmap issue
This commit is contained in:
@@ -100,7 +100,9 @@ public class ModRemapper {
|
||||
}
|
||||
|
||||
if (extension.refmapName != null && extension.refmapName.length() > 0) {
|
||||
MixinRefmapHelper.addRefmapName(extension.refmapName, modJarOutput);
|
||||
if (MixinRefmapHelper.addRefmapName(extension.refmapName, modJarOutput)) {
|
||||
project.getLogger().debug("Transformed mixin reference maps in output JAR!");
|
||||
}
|
||||
}
|
||||
|
||||
if (modJar.exists()) {
|
||||
|
||||
Reference in New Issue
Block a user