CleanroomMC / TemplateDevEnv

Template workspace for modding Minecraft 1.12.2
MIT License
84 stars 28 forks source link

Apply manifest configuration to deobf jar task #11

Closed TechLord22 closed 1 year ago

TechLord22 commented 1 year ago

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.

TechLord22 commented 1 year ago

Closing as FG5 is no longer recommended, and this PR is not relevant to the RFG branch.