14mRh4X0r/vanilla-irc

Use Mixin to inject code

jamierocks opened this issue · 6 comments

This would mean you no longer have to put Minecraft source in your repo.

Yes.

You probably want to use VanillaGradle to.

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! 😄

VanillaGradle definately isn't persific to client mods - I use it for NeptuneVanilla, and Sponge use it for SpongeVanilla.

This might be nice as a solution to #2 anyway, seeing as I don't really work on this project anymore.