You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some coremods, specifically CodeChickenLib, struggle to load under ForgeGradle 3 due to the lack of GradleStart. We need to identify and correct reasons that launching may differ between the versions, as well as correct other deobfuscation and reflection issues caused by overly aggressive coremods.
Example
CodeChickenLib contains a great example of how this issue occurs. It has been proven under a dev environment, but I have not investigated a production environment. It is unlikely to differ greatly due to how the coremod works.
Proposal
Reimplement GradleStart within some launch class prior to coremod loading. This is not necessarily preferable, but may be required for some mods.
The text was updated successfully, but these errors were encountered:
Introduction
Some coremods, specifically CodeChickenLib, struggle to load under ForgeGradle 3 due to the lack of GradleStart. We need to identify and correct reasons that launching may differ between the versions, as well as correct other deobfuscation and reflection issues caused by overly aggressive coremods.
Example
CodeChickenLib contains a great example of how this issue occurs. It has been proven under a dev environment, but I have not investigated a production environment. It is unlikely to differ greatly due to how the coremod works.
Proposal
Reimplement GradleStart within some launch class prior to coremod loading. This is not necessarily preferable, but may be required for some mods.
The text was updated successfully, but these errors were encountered: