I am trying to create a shaded jar, using @johnrengelman's shadow plugin. I have success in creating the 'fat jar', but I can't use this jar with Forge, because the calls to Minecraft methods, and fields aren't reobfuscated.
It should be documented how you can run the reobf task on another goal than the default jar, for example a shaded jar.
I am trying to create a shaded jar, using @johnrengelman's shadow plugin. I have success in creating the 'fat jar', but I can't use this jar with Forge, because the calls to Minecraft methods, and fields aren't reobfuscated.
It should be documented how you can run the
reobftask on another goal than the default jar, for example a shaded jar.