Skip to content

Commit

Permalink
Add back missing TODO from 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Jul 1, 2024
1 parent b1ed6a4 commit a885d28
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ private void makeNestableJar(final File input, final File output, final @Nullabl
}

try {
// TODO: Generate Quilt QMJs natively
ZipReprocessorUtil.appendZipEntry(output.toPath(), "fabric.mod.json", modJsonFile.getBytes(StandardCharsets.UTF_8));
} catch (IOException e) {
throw new UncheckedIOException("Failed to add dummy mod while including %s".formatted(input), e);
Expand Down

0 comments on commit a885d28

Please sign in to comment.