Future MC

Future MC

14M Downloads

1.15 addon crash with Cubic Chunks mod?

wimplaw opened this issue ยท 5 comments

commented

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.

crash-2019-09-25_00.01.06-client.txt

commented

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.

commented

This is a bug in my code. I didn't expect registry substitutions. I will fix it soon.

commented

@Barteks2x I am switching to an ASM coremod to get the beehives to generate.

commented

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).

commented

Should be fixed now. I tested it and it doesn't crash anymore.