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

[Bug] BCLib interferes with chunk decoration #227

Open
JoshieGemFinder opened this issue Mar 7, 2025 · 1 comment
Open

[Bug] BCLib interferes with chunk decoration #227

JoshieGemFinder opened this issue Mar 7, 2025 · 1 comment

Comments

@JoshieGemFinder
Copy link

What happened?

BCLib interferes with biome decoration by inconsistently rotating the generator seed passed to WorldgenRandom.setFeatureSeed(). This may result in potentially unwanted behaviour by changing decorator indexes based on factors such as neighboring biomes in different chunks.

This is identifiable in regular gameplay by the very subtle chunk seams it can cause; and is generally undesirable from a technical perspective as well.

BCLib

21.0.13

WorldWeaver

21.0.13

Fabric API

0.115.1

Fabric Loader

1.16.10

Minecraft

1.21

Relevant log output

N/A

Other Mods

fabric-api-0.115.1+1.21.1
worldweaver-21.0.13
bclib-21.0.13
betternether/betterend NOT installed
@MagmaBro123
Copy link

MagmaBro123 commented Mar 15, 2025

If I may add, this mod has always done wacky things with world generation, I don't know why it needs to be done like this. BetterNether and End could probably just rely on Terrablender, which has way less stuff going on in its code. (And if you want features that don't exist, you can always just submit pull requests, not hard.)

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

No branches or pull requests

2 participants