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

Underground biomes #808

Open
CeeVeeR opened this issue Jun 17, 2022 · 2 comments
Open

Underground biomes #808

CeeVeeR opened this issue Jun 17, 2022 · 2 comments
Labels
Enhancement New feature or request

Comments

@CeeVeeR
Copy link

CeeVeeR commented Jun 17, 2022

Adding, Removing, or Changing

Adding

Type of Modification

I want to be able to generate biomes underground

What are you trying to modify

The way I would implement this is by adding something like a generator priority/height system.

My theory is to add a layer of stone(a block pallete) and a layer of cave air between biomes.

  • Surface
  • Thick stone layer
  • Cave air
  • underground biome 1
  • Stone layer
  • Cave air
  • underground biome 2
  • Stone layer
  • Bedrock

Imagine this literally as a cake/cake layers.

I could specify the area of those biomes with region + a imagemap

Perhaps implement sub-regions which can be specified by a y value (or relative cordinate)

Add an toggle to generate caves at that certain y area.

Alternatives

If this could not be implemented I would trail and error and try to trick iris into doing it for me :p

@svdgoor
Copy link
Collaborator

svdgoor commented Jun 17, 2022

This sounds a lot like dimensions stacking, which is something we did before.
I would personally really like seeing the feature reintroduced, but with added features such as cave interactions between multiple dimensions, etc.

You can already reasonably achieve this behaviour with big caves and the ore/carving system, but afaik you can't really place objects in caves (may be wrong).

Caves essentially have underlying biomes that place the terrain you see in the caves, so you should be able to achieve this quite well already

@CeeVeeR
Copy link
Author

CeeVeeR commented Jun 17, 2022

Caves can only have decorators apart from the block pallete.

Caves are just perlin worms, putting biomes into them is pointless, plus will delay the generation by a lot.

Something like "parent-caves" setting a specific style with decorators and different palletes could be a thing for multiple perlin worms, but otherwise I don't see how it would make sense.

I want fully bloomed biomes underground for that little bit extra fantasy and freedom to create.

Ex.: A darker mushroom forest, or a malnurished jungle in brown.

@svdgoor svdgoor added the Enhancement New feature or request label Jun 18, 2022
@NextdoorPsycho NextdoorPsycho mentioned this issue Jul 12, 2022
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants