cursed pyramid trying to reference a class or resource that couldn't be found
SmallCrime opened this issue ยท 0 comments
com.github.L_Ender.cataclysm.structures.Cursed_Pyramid_Structure$Piece.m_213704_(Cursed_Pyramid_Structure.java:192)
I keep getting this issue whenever I enter certain parts of my worlds.
java.lang.NoClassDefFoundError: com/min01/archaeology/init/ArchaeologyBlocks
I asked chatgpt to give me a more managable understanding of the crash log and this is what it said
The NoClassDefFoundError indicates that the Cataclysm Mod relies on a class or resource (ArchaeologyBlocks) from another mod, possibly an Archaeology-related mod, that is missing or incompatible with your setup.
I dont know if its an issue with the mod, or my mod setup