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

Fix world generation when Overworld is modded #8

Open
2 tasks done
Crystal-Spider opened this issue Jun 26, 2024 · 1 comment
Open
2 tasks done

Fix world generation when Overworld is modded #8

Crystal-Spider opened this issue Jun 26, 2024 · 1 comment
Assignees
Labels
bug Unexpected behavior low priority Work in due time pending Waiting for something
Milestone

Comments

@Crystal-Spider
Copy link
Member

I have confirmed no other issue reports this bug

  • I have searched for existing issues

I have confirmed the mod is installed on the proper side

  • I have installed the mod properly

Current behavior

When entering the Nightworld, the world is generated with the Vanilla Overworld preset.
However, this is not correct when the Overworld uses a modded/datapack custom generation.

Expected behavior

The Nightworld should always have the same generation as the Overworld.

Steps to reproduce

No response

Minecraft version

Any

Mod loader version

Any

Mod version

2.0.0

Other mods

Terralith, Tectonic, Biomes O' Plenty, etc.

Stacktrace and logs

No response

Additional context

No response

@Crystal-Spider Crystal-Spider added bug Unexpected behavior low priority Work in due time pending Waiting for something labels Jun 26, 2024
@Crystal-Spider Crystal-Spider added this to the 3.0.0 milestone Jun 26, 2024
@Crystal-Spider Crystal-Spider self-assigned this Jun 26, 2024
@Crystal-Spider
Copy link
Member Author

Those mods don't edit the noise settings and biome source parts directly, but rather add their own. If we wanted to use one, we'd have to reference its noise settings and book biome source.
However, they can't edit presets at all, so the terrain is good, but the biomes aren't happening.

Instead of using the vanilla preset, we would need to copy paste all the biome definitions from Terralith, for example. Now, if we wanted to use multiple mods and packs that add biomes at once, it wouldn't work. They're incompatible by default, since one can only specify one biome source.
Using a mod like Terrablender is required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected behavior low priority Work in due time pending Waiting for something
Projects
Development

No branches or pull requests

1 participant