mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Disable AT remaps on no obf
This commit is contained in:
@@ -128,7 +128,9 @@ public class AccessTransformerJarProcessor implements MinecraftJarProcessor<Acce
|
||||
}
|
||||
}
|
||||
|
||||
accessTransformSet = accessTransformSet.remap(context.getMappings(), IntermediaryNamespaces.intermediary(project), MappingsNamespace.NAMED.toString());
|
||||
if (!context.disableObfuscation()) {
|
||||
accessTransformSet = accessTransformSet.remap(context.getMappings(), IntermediaryNamespaces.intermediary(project), MappingsNamespace.NAMED.toString());
|
||||
}
|
||||
|
||||
final Path accessTransformerPath = tempFiles.file("accesstransformer-merged", ".cfg");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user