-
Notifications
You must be signed in to change notification settings - Fork 39
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
Comments
You need to apply fixes and activate adding biomes by group like here. |
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 |
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 . |
So, now BYG uses its own biome source for Nether and End again? Hm, this sound like additional problem, besides TerraBlender compatibility |
Byg moment |
Hi, just wanted to check back. Did you find some thing? Or either, does BYG bring it's own BiomeSource for Nether or End? |
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 |
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":". |
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"
Using fabric loader 0.13.3 in minecraft 1.18.2.
These are all the installed mods:
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.
The text was updated successfully, but these errors were encountered: