I want to make an add-on for the Cold Sweat mod so I added it as a dependency in my build.gradle with the corresponding curse maven path:
Without it, Minecraft just started fine, but with Cold Sweat installed it gives me this fatal error:
I am stuck here because this error just tells me that mixin failed on cold sweats side. This can't be, so it's probably a version problem. But everything should work together:
- Forge 36.2.20 (later changed to 36.2.5; still not working)
- Java 8 271
- Cold Sweat r2.1.8
Am I missing a line? Or am I generally doing something wrong? I can't find any tutorials about mod add-ons (or mods for mods) which would have been helpful in this situation.