ejektaflex / Bountiful

A Minecraft mod adding bounties for specific items.
https://minecraft.curseforge.com/projects/bountiful
GNU General Public License v3.0
91 stars 32 forks source link

[1.16.5] Bountiful java.lang.IncompatibleClassChangeError #114

Closed Cixon closed 3 years ago

Cixon commented 3 years ago

Bug Report

Observed Behaviour

What happened: Client crashed upon start up.

Crash log: latest.log Line 40. debug.log crash-2021-01-31_15.28.35-fml.txt

Expected Behaviour

What should have happened: Mod to be compatible with modpack.

Minimal setup needed to reproduce

Fiopon commented 3 years ago

It's TRansliterationlib that causes the load to fail.

Cixon commented 3 years ago

It's TRansliterationlib that causes the load to fail.

Figured. Unfortunate because the new animation mod that uses it as a dependency is pretty neat considering it's client sided. Wonder if there's a fix around it...

ejektaflex commented 3 years ago

Yes - seems like that. I wish I could help more!