forked from MinecraftForge/MinecraftForge
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingin-progressAssigned and being worked onAssigned and being worked on
Milestone
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingin-progressAssigned and being worked onAssigned and being worked on
Projects
Status
In Progress