mixin refmap remapping support

This commit is contained in:
asie
2018-11-02 00:40:51 +01:00
parent c38094ef3f
commit 226f237924
7 changed files with 159 additions and 34 deletions

View File

@@ -94,11 +94,11 @@ public class ModRemapper {
remapper.finish();
} catch (Exception e){
remapper.finish();
throw new RuntimeException("Failed to remap jar", e);
throw new RuntimeException("Failed to remap JAR", e);
}
if(!deobfJar.exists() || !modJar.exists()){
throw new RuntimeException("Failed to rebof jar");
throw new RuntimeException("Failed to reobfuscate JAR");
}
deobfJar.delete();