Biome Specific Dungeons

Biome Specific Dungeons

138k Downloads

Crash on load

codetaylor opened this issue ยท 4 comments

commented

I'm getting a NoClassDefFound when loading a pack: https://gist.github.com/codetaylor/015e9bc1eaec0c45867942dcfdfaeff6

It looks the same as #1, but I do have Bookshelf-1.12.2-2.3.577.

Peeking in the lib clearly shows the class is there:
image

I'm at a loss...

commented

I noticed there aren't any dependencies listed for bookshelf, could the mod be loading before the lib?

commented

Yeah, there is a load order issue with the mod.

commented

I thought I had already fixed this issue, and it turns out I had. You are using an outdated version of the mod (1.0.3 has the fix). You also linked to the master branch but I built off the 1.12.2 branch which has the fix.

commented

Oops! Thanks for your time :)