Update tiny remapper

This commit is contained in:
shedaniel
2021-03-05 16:25:17 +08:00
parent ace2a412f2
commit f66548f7fb
8 changed files with 42 additions and 21 deletions

View File

@@ -320,7 +320,7 @@ public final class CompileConfiguration {
rootProject.getTasks().register("remapAllJars", AbstractLoomTask.class, task -> {
task.doLast(t -> {
try {
jarRemapper.remap();
jarRemapper.remap(rootProject);
} catch (IOException e) {
throw new RuntimeException("Failed to remap jars", e);
}