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

[1.12.2] Non consistent (lack of) decoration replacement with different stone generators #240

Open
Foreck1 opened this issue Aug 15, 2020 · 3 comments

Comments

@Foreck1
Copy link

Foreck1 commented Aug 15, 2020

There's currently a major limitation when it comes to underground blocks replacement and biomes

In my current setup I'm using Gave Generator to attempt generating "realistic" layers of strata loosely based on the geology of Earth.
Ore stone variants replaces all stone generation as expected, but UBC fails to change other blocks like gravel, sand and overgrown stone to match the corresponding layer, causing a visual disconnection in terrain generation, as well as spawning thematically inconsistent variants of rocks.

image

in short: Ground layers, gravel and sand are still following the UBC's seeds independently of what stone CG generates.

I'm happy to provide and files or logs necessary to come up with a solution.
Thanks for your time.

@Foreck1
Copy link
Author

Foreck1 commented Aug 15, 2020

Probably related to #48

@Morketh
Copy link

Morketh commented Aug 15, 2020

Flat world gen has ore pockets
as far as i understand how the flat world gen works i should be looking at a 20 block thick slab of marble sitting on top of 1 block of bedrock. we do infact have a 20 marble thick on 1 bedrock but im not sure the ore is supposed to be included unless specified on the gen parameter string
3;minecraft:bedrock,20*undergroundbiomes:metamorphic_stone:2
image
image

@LemADEC
Copy link

LemADEC commented Mar 21, 2022

You can't have vanilla or another mod doing the stone placement while UndergroundBiomes does the ore replacement.
If you want a custom tone generation, then you need to disable the mod in that dimension (just using it to get the block variations) and use another to generate ores while respecting the current stone at that location.
CoFH world can do that for you, through it's a bit tedious to duplicate for all stone variations.

In the long term, we could imagine more customization to stone generation in this mod, or adding custom ore generation. None of those are planned at this time.

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

3 participants