Use Mixin to inject code
jamierocks opened this issue · 6 comments
jamierocks commented
This would mean you no longer have to put Minecraft source in your repo.
14mRh4X0r commented
Are you referring to https://github.com/SpongePowered/Mixin?
jamierocks commented
Yes.
jamierocks commented
You probably want to use VanillaGradle to.
14mRh4X0r commented
I'm not going to use Mixin as that requires me to implement ASM transformations (complicated!) while I'm trying to keep this simple as possible to keep it easy to update.
VanillaGradle only seems to be relevant to client mods, and frankly, I like my way better because it's simpler.
Thanks for suggesting though! 😄
jamierocks commented
VanillaGradle definately isn't persific to client mods - I use it for NeptuneVanilla, and Sponge use it for SpongeVanilla.