mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Fix ordering of mercury processors
This commit is contained in:
@@ -133,8 +133,8 @@ public class MigrateMappingsService extends Service<MigrateMappingsService.Optio
|
||||
MappingsNamespace.INTERMEDIARY.toString()
|
||||
).read();
|
||||
|
||||
mercury.getProcessors().add(MercuryRemapper.create(mappingSet));
|
||||
mercury.getProcessors().add(MixinRemapper.create(mappingSet));
|
||||
mercury.getProcessors().add(MercuryRemapper.create(mappingSet));
|
||||
|
||||
for (File file : getOptions().getClasspath().getFiles()) {
|
||||
mercury.getClassPath().add(file.toPath());
|
||||
|
||||
Reference in New Issue
Block a user