Incompatiblity with Bountiful mod (forge)
Cixon opened this issue ยท 9 comments
Context: Creating a mod-pack and would love to utilize not enough animations mod but because it uses a interesting dependency such as TRansliterationlib, it conflicts with one of the mods I love to use.
Link to Github & Logs:
Link to mods used:
I have a guess what happened there, I'll check it and push a fix tomorrow
Sweet! Thank you.
Huh I installed it and there is no issue? Can you post a full list of the other installed mods?
If it's a public modpack then link that, or a screenshot of the mods folder with all mods should do too.
Also I've uploaded a 1.0.1 release that fixes what I think might be the issue. Please test with that :).
Also I've uploaded a 1.0.1 release that fixes what I think might be the issue. Please test with that :).
This fixed the issue !
Thanks !
Yea a class that I used during development for testing because of an issue getting into the final build, causing issues when signed jars were required because it tried to overwrite a forge class. Removing it did the trick (it wasn't incompatible with any mod, but with certain forge environments, probably why I wasn't able to recreate it/catch it before release).
Yea a class that I used during development for testing because of an issue getting into the final build, causing issues when signed jars were required because it tried to overwrite a forge class. Removing it did the trick (it wasn't incompatible with any mod, but with certain forge environments, probably why I wasn't able to recreate it/catch it before release).
Just happy I was able to help!