Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility issue with Oh The Biomes You'll Go #139

Open
Blue-Drive opened this issue May 5, 2022 · 9 comments
Open

Compatibility issue with Oh The Biomes You'll Go #139

Blue-Drive opened this issue May 5, 2022 · 9 comments

Comments

@Blue-Drive
Copy link

Every time I enter a world with both BCLib and Oh The Biomes You'll Go installed, I get a "Guardian detected an incompatible world"
20220504191517_1
Using fabric loader 0.13.3 in minecraft 1.18.2.
These are all the installed mods:
Screenshot (2181)
All of the worlds I've tested with are freshly created worlds with only these mods installed. Nothing seems wrong with the world even when I don't apply fixes on that screen; but I haven't done too much testing.

@paulevsGitch
Copy link
Owner

You need to apply fixes and activate adding biomes by group like here.

@paulevsGitch
Copy link
Owner

BYG uses Terrablender to add its biomes and don't add into Fabric Biome API, this means that these biomes are not visible to BCLib biome source by default. Activating adding by group it in the config will fix it. Terrablender always override biome source on its own for new worlds, so you need to apply fixes on world loading

@Blue-Drive
Copy link
Author

Neither activating adding biomes by group or manually adding all BYG Nether/End biomes to force include list worked. I ended up fixing the issue by changing "forceBYGNetherBiomeSource" and "forceBYGEndBiomeSource" to false in the BYG config folder's end-biomes.json5 and nether-biomes.json5 .

@paulevsGitch
Copy link
Owner

So, now BYG uses its own biome source for Nether and End again? Hm, this sound like additional problem, besides TerraBlender compatibility

@Redd56
Copy link

Redd56 commented May 6, 2022

Byg moment
I'll do some testing here in a few

@quiqueck
Copy link
Collaborator

quiqueck commented May 26, 2022

Hi, just wanted to check back. Did you find some thing? Or either, does BYG bring it's own BiomeSource for Nether or End?

@Redd56
Copy link

Redd56 commented May 27, 2022

i forgor to check but i have a pack with both installed and i dont get the fixes thing anymore but i did dissable fixing of world biome source so i susspect thats why. its no longer showing up

@ClownGirl07
Copy link

i dont see a "forceBYGNetherBiomeSource" in my byg config folder. is there somewhere else it could be?
byg.zip

@SplendidAlakey
Copy link

i dont see a "forceBYGNetherBiomeSource" in my byg config folder. is there somewhere else it could be?

What version of the mod are you using? In "byg" config folder, there should be a bunch of json5 files, 2 named "end-biomes.json5" and "nether-biomes.json5". In the first one, at line 18 ""forceBYGEndBiomeSource":"; in the second one, at line 100 ""forceBYGNetherBiomeSource":".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants