1.15 addon crash with Cubic Chunks mod?
wimplaw opened this issue ยท 5 comments
0.1.11 seems to crash with cubic chunks instaled?
As the 0.1.10 had no problems I tried disabling the 1.15 stuff in the config file, and this removed the crash problem. so it seems the problem is related to 1.15 addons.
0.1.11 currently replaces a few biomes and adds the beehives to the trees, so that is the issue. I'm not sure how to fix this, but I can look into it later.
This is a bug in my code. I didn't expect registry substitutions. I will fix it soon.
@Barteks2x I am switching to an ASM coremod to get the beehives to generate.
Honestly registry replacement looks like a correct way to do it. Still, coremod is probably going to be more compatible with anything that attempts to change something else about the same biomes (unfortunately there are a lot of cases where coremods may have better compatibility than doing something without a coremod).