Start on 0.2.1

This commit is contained in:
modmuss50
2019-04-07 15:18:11 +01:00
parent c452b3ae8a
commit 02e9616622
5 changed files with 134 additions and 6 deletions

View File

@@ -117,6 +117,10 @@ public class ModRemapper {
project.getLogger().debug("Transformed mixin reference maps in output JAR!");
}
if (NestedJars.addNestedJars(project, modJarOutput)) {
project.getLogger().debug("Added nested jar paths to mod json");
}
try {
if (modJar.exists()) {
Files.move(modJar, modJarUnmappedCopy);