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

[Request] Underground biomes #18

Open
lnjX opened this issue Apr 17, 2016 · 14 comments
Open

[Request] Underground biomes #18

lnjX opened this issue Apr 17, 2016 · 14 comments

Comments

@lnjX
Copy link
Owner

lnjX commented Apr 17, 2016

It's possible in mgv5/v7/valleys to register underground biomes. So we could add for example a dark granite biome that only spawns from -190 and -130 blocks high.

-- mods/default/lua/mapgen/mapgenv57.lua
-- Underground
core.register_biome({
    name = "underground",
    --node_dust = "",
    --node_top = "",
    --depth_top = ,
    --node_filler = "",
    --depth_filler = ,
    --node_stone = "",
    --node_water_top = "",
    --depth_water_top = ,
    --node_water = "",
    --node_river_water = "",
    y_min = -31000,
    y_max = -113,
    heat_point = 50,
    humidity_point = 50,
})

With the ore generator we could add smaller areas of Marble / Soapstone / Granite / ... (what else you want)

But the real underground biomes wouldn't work for MGv6.
But I already said in the forum post that it is recommended to use one of the next gen MGs.

So now the question: Which underground biomes should we add?

  • dark granite (dunkles Granit)
  • greywacke (Grauwacke)
  • soapstone (Speckstein)
  • limestone (Kalkstein)

For the ore generator only-way:

  • marble (raw marble) (Marmor)
  • granite (Granit)

And in the underground biomes should be ores found, so we have to add them to the stones list.

@lnjX
Copy link
Owner Author

lnjX commented Apr 17, 2016

ExterminatorJeff/UndergroundBiomes#17
I asked the author of the MC mod about the license of the textures, so maybe we can use them.

@jbruechert
Copy link
Collaborator

jbruechert commented Apr 21, 2016

default_dark_granite_cobble
default_kahabe_ich_vergessen_stone
default_black_granite_brick

some experimental marble textures:
default_marble

default_basalt

@lnjX
Copy link
Owner Author

lnjX commented Apr 21, 2016

I think the most important ones are:

  • dacite ("normal" stone)
  • soaptone (brighter stone)
  • basalt (darker stone)
  • eclogite (warmer coulors)
  • granite (red stone)
  • black granite (black stone)
  • marble (no cobble, but polished variant)
  • chalk (no biome, ore gen)

I think that is more than enough. :)
Still something missing?

@lnjX
Copy link
Owner Author

lnjX commented Apr 21, 2016

And there should be a hell biome very very deep with "Hell Stone" and very much lava and maybe a some obsidian ores.

@jbruechert
Copy link
Collaborator

jbruechert commented Apr 21, 2016

Maybe something like the Earth's Core in Real Life And some stone like "Vulkanit" in german or "Lavastone"

@lnjX
Copy link
Owner Author

lnjX commented Apr 21, 2016

Vulcanite 👍
It doesn't matter if it exists in RL.

@fridolin2
Copy link

I dont want undergroundbioms because its to much

@lnjX
Copy link
Owner Author

lnjX commented Apr 23, 2016

@fridolin2 You don't want so much stones or no underground biomes?

@fridolin2
Copy link

I dont want so MUCH Stones and i want hold the old stone texture but so 5-8 new stones are should ok and the hell is nice idea

@lnjX
Copy link
Owner Author

lnjX commented Apr 23, 2016

There are only 8 different stones panned yet and the hell / vulcanite stone.
The old stone texture will be used for dacite stone and normal stone will be replaced with it.

@jbruechert
Copy link
Collaborator

jbruechert commented Apr 23, 2016

I also would not prefer so many stone types. I would like around 4-6. Can you please post a list of the textures (if they already exist)? I think the improtant changes are:

  • renaming default:stone to dacite
  • chalk
  • the two granite types
  • and marble

Italic text was edited by lnj2.

@lnjX
Copy link
Owner Author

lnjX commented Apr 23, 2016

Chalk, marble and granite shouldn't have their own biomes. They'll be only generated in bigger blobs.
If we want to add underground biomes it's not good if there are only two ones. (normal, dark)
I don't think that it is good if 1/2 of the complete underground is black, a small part would be cool, but not near everything.

I still want more than only two new biomes:

  • dacite (normal)
  • black granite (black)
  • soapstone (fast diggable, brighter than normal)
  • basalt (darker)
  • eclogite (a little bit red / orange)

Only in small blobs:

  • granite
  • chalk
  • marble

Marble shouldn't be too common.

So only 1/5 of the underground is black and that are 5 biomes.
I really do not think that this is too much.

@lnjX
Copy link
Owner Author

lnjX commented Apr 23, 2016

And all textures should be posted by the author here.
@jbbgameich From where I shall get more?

@lnjX lnjX changed the title Underground biomes [Request] Underground biomes May 8, 2016
@pithydon
Copy link

Imagine what you could do with ores and fossils in underground biomes.
I wonder what this mod does https://github.com/duane-r/fun_caves

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

No branches or pull requests

4 participants