This PR fixes an issue with depending on deobf jars. Since they did not receive the same configuration as the regular jar, their MANIFEST.MF file did not contain the required information for forge to load their Access Transformers. I believe this would also prevent their CoreMods, and Mixins from being loaded as well. This PR fixes this by applying the configuration to both tasks.
This PR fixes an issue with depending on deobf jars. Since they did not receive the same configuration as the regular jar, their
MANIFEST.MF
file did not contain the required information for forge to load their Access Transformers. I believe this would also prevent their CoreMods, and Mixins from being loaded as well. This PR fixes this by applying the configuration to both tasks.