Promenade

Promenade

3M Downloads

Changes in 2.6.2 made the mod incompatible with BCLib

SplendidAlakey opened this issue ยท 5 comments

commented

What happened?

Updating from 2.6.1 to 2.6.2 made the mod incompatible with BCLib, the game now crashes on startup. Downgrading back to 2.6.1 fixes the issue. I used TerraBlender in my test, but removing it doesn't fix the issue, so it's a direct conflict between Promenade 2.6.2 and BCLib.

Dawn API version

3.3.0

Fabric API version

0.53.4

Relevant log output

latest.log and crash log: https://gist.github.com/Footage2-Amply-Pounce/e9120c27dfe1f30304f7c92ab23b4751
commented

This library seems to try to load biomes way too early, even before you try to create or enter a world.
The Fabric API biomes only require a regsitry key to be loaded, and not the biomes themselves. I suggest that you report this issue to their repository. They need to make their code datapack-friendly

commented

If it turns out that the issue is not related to BCLib, I'll close it on their side when you have the time to confirm. Either way, thanks for looking into it!

commented

This issue might be related to #84

commented

I can confirm, I don't have bclib and have this issue.

commented

The incompatibility with BCLib has been fixed. See paulevsGitch/BCLib#145
You will be able to boot up the game with both mods loaded very fine, when the new version of BCLib gets released.
However, there is still an issue with world creation (not loading!), that is caused by the Fabric API. We will follow this issue in #84.