mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-30 21:05:58 -05:00
Fix tests crash with fabric mode
Signed-off-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
@@ -156,9 +156,9 @@ public class MappingsProviderImpl extends DependencyProvider implements Mappings
|
||||
// Merge tiny mappings with srg
|
||||
SrgMerger.mergeSrg(this::getMojmapSrgFileIfPossible, getRawSrgFile(), tinyMappings, tinyMappingsWithSrg, true);
|
||||
}
|
||||
}
|
||||
|
||||
mappingTreeWithSrg = readMappings(tinyMappingsWithSrg);
|
||||
mappingTreeWithSrg = readMappings(tinyMappingsWithSrg);
|
||||
}
|
||||
|
||||
if (Files.notExists(tinyMappingsJar) || isRefreshDeps()) {
|
||||
ZipUtil.pack(new ZipEntrySource[] {new FileSource("mappings/mappings.tiny", tinyMappings.toFile())}, tinyMappingsJar.toFile());
|
||||
|
||||
Reference in New Issue
Block a user