Merging SpongeForge with Forge jar (e.g. Universal file)
TheFlash787 opened this issue ยท 1 comments
Hey! Have you thought about merging SpongeForge with Forge? There isn't much point in having them in different files. It'd be really handy. Thanks!
I thought so too, and I tried.
The problem is that spongeforge injects its own code, making LagGoggles incompatible, rendering it useless. There's also the difference of the Mixin libary being available or not.
SpongeForge ships mixin itself, so I dont have to include it there (noticed the size difference? That's all Mixin.) Even worse: if the mixin version is mismatched, you'll get errors all over the place.
Forge doesnt include Mixin, so I have to include it myself.
To prevent having Mixin installed twice, along with that I need different configuration files and a dependency to make it work, hence: two jars.