mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 13:37:45 -05:00
do not try closing twice in ModProcessor
This commit is contained in:
@@ -110,8 +110,6 @@ public class ModProcessor {
|
||||
remapper.read(mc);
|
||||
remapper.read(mcDeps);
|
||||
remapper.apply(input.toPath(), outputConsumer);
|
||||
outputConsumer.finish();
|
||||
remapper.finish();
|
||||
} catch (Exception e){
|
||||
throw new RuntimeException("Failed to remap JAR to " + toM, e);
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user