incompatibility with CaveBiomes
0Navis0 opened this issue ยท 4 comments
I get this crash error when I try to create/load a world when CaveBiomes http://pastebin.com/gtpniUX6. I had already reported this issue to the CaveBiome dev, but he told me that the problem came from AbyssalCraft and not from CaveBiomes. So I report this issue here too.
The crash report points to pretty much the same stuff as the one in #107, so I don't think AbyssalCraft has anything to do with this one either.
Yeah, the Terraqueous bug has been fixed by his owner, but the CaveBiomes owner told me he was unable to solve the problem and that the problem came from AbyssalCraft and not CaveBiomes.
That crash isn't being caused by CaveBiomes. Abyssalcraft is the likely source- it looks like it's extending block leaf without a decay value in it's blockstate, or for some reason the previous line thinks that darkstone is a leaf block, is checking it for decay, and that's causing the crash. My mod's generator might make it more common, but it's not the root cause of the crash.
If you look at the stacktrace in both crash reports, the first couple of lines there point to the exact same code in Terraqueous. Not to mention the version of Terraqueous in both crash reports is the same, I'm pretty sure both crashes might've been caused by that mod (so unless you have a new crash report with the new Terraqueous version, this was caused by the bug in that version).