mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 21:47:42 -05:00
Add back missing TODO from 1.6
This commit is contained in:
@@ -250,6 +250,7 @@ public abstract class NestableJarGenerationTask extends AbstractLoomTask {
|
||||
}
|
||||
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user