Mixin patcher

Heyho,

ive a short question:

Is it possible to patch a mod with sponge+mixins?

Chris

I’m not sure, but I don’t think that’s a current goal of the project.

You can mix into Coremods, but mods themselves I’m not sure about.

You would need to talk to @Mumfrey to be 100% sure.

yes you can, quite handy! you can patch mods in modpacks with your own patcher mod or plugin, instead of using homemade and patched mod jars
spongeforge isnt needed for that btw mixin is a standalone system

theres a sponge example plugin here Cookbook/Plugin/PluginMixinTest at master · SpongePowered/Cookbook · GitHub
but you can also achieve the same thing by loading the mixins through a forge mod

oh fml:-D iam stupid
thx

regards Chris