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

World Generation Compatibility with Worldgen Mods #96

Open
dreckz opened this issue Nov 8, 2023 · 1 comment
Open

World Generation Compatibility with Worldgen Mods #96

dreckz opened this issue Nov 8, 2023 · 1 comment

Comments

@dreckz
Copy link

dreckz commented Nov 8, 2023

I noticed when generating the world, it doesn't pickup/ is unaffected by some worldgen mods that change how the overworld is created.

I generated a world with then without this mod and found major differences, such as the cave generation and certain underground features.

Is there something extra I must do on this mod or in the other ones to make the worldgen mods work with this?

MC Version: 1.20.1
Mod Version: 2.10

@immortius
Copy link
Owner

Hard to say without specific examples. Chunk By Chunk tries to retain worldgen mod settings and changes, but if they are hardcoded to the overworld in some way they will likely be lost. Also they might be hooked up in a way that is applied after Chunk By Chunk has replaced the standard overworld generation.

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

2 participants