TRansliterationLib

TRansliterationLib

5M Downloads

Incompatiblity with Bountiful mod (forge)

Cixon opened this issue ยท 9 comments

commented

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:

ejektaflex/Bountiful#114

Link to mods used:

Bountiful v3.3.0
Kotlin for Forge (dependency)

commented

I have a guess what happened there, I'll check it and push a fix tomorrow

commented

I have a guess what happened there, I'll check it and push a fix tomorrow

Sweet! Thank you.

commented

Huh I installed it and there is no issue? Can you post a full list of the other installed mods?

commented

I can but I utilize a modpack. It would be a pain to go through 40+ mods.

commented

If it's a public modpack then link that, or a screenshot of the mods folder with all mods should do too.

commented

Also I've uploaded a 1.0.1 release that fixes what I think might be the issue. Please test with that :).

commented

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 !

commented

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).

commented

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!