mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-30 05:05:20 -05:00
Fix mixin refmaps on Forge
This commit is contained in:
@@ -84,7 +84,7 @@ public class RemapTaskConfiguration {
|
||||
|
||||
if (!mixinConfigs.isEmpty()) {
|
||||
task.manifest(manifest -> {
|
||||
manifest.attributes(Map.of("MixinConfigs", String.join(",", mixinConfigs)));
|
||||
manifest.attributes(Map.of(Constants.Forge.MIXIN_CONFIGS_MANIFEST_KEY, String.join(",", mixinConfigs)));
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user