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

Incompatibility with Alex's Caves (Primordial Caves and other caves) #47

Open
SoloMakko opened this issue Jan 6, 2025 · 3 comments
Open
Labels
bug Something isn't working

Comments

@SoloMakko
Copy link

To be brief, the generation of the Primordial Caves in Alex's Caves is affected by setting the "SpeedFactor" to 2.
Only separate caves are generated, instead of one big cave.

Only "SpeedFactor": 2
2025-01-05_22 26 41

When this is set to 1, it returns to normal (One big cave)
"SpeedFactor": 1
2025-01-05_22 32 07

It seems that this is because the Alex's Caves mod generates these caves using an "alexscaves:dino_bow" structure, however, using the "CustomSpreadFactors" (because I use more structure mods) only on this type of structure does not fix the error either.

"SpeedFactor": 2
{
"structure": "alexscaves:dino_bow",
"factor": 1
},
2025-01-05_22 01 25

Any solution?, since I need to have the "SpreadFactor" at 2-3 to have the structures of several separate mods, but I need the caves to be generated correctly without having to set that value to 1

There are also problems in the generation of other caves, but they are easily solved by just setting the "customSpreadFactors" to 1

Sorry if it is not clear, I am using a translator

@MaxenceDC
Copy link
Owner

You wrote "speedfactor" instead of "spreadfactor", maybe that's the issue in your config

@SoloMakko
Copy link
Author

Sorry.
I wrote it wrong here when I reported it, in the .json5 file it is written correctly.
Screenshot_1

@MaxenceDC
Copy link
Owner

That's interesting, I'll take a loot at what's causing this, thanks for the report

@MaxenceDC MaxenceDC added the bug Something isn't working label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants