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

Polish custom world generator #80

Open
Smjert opened this issue Sep 24, 2011 · 0 comments
Open

Polish custom world generator #80

Smjert opened this issue Sep 24, 2011 · 0 comments
Assignees
Milestone

Comments

@Smjert
Copy link
Contributor

Smjert commented Sep 24, 2011

Currently the worlds are a bit chaotic because the values need to be tweaked.

  1. Play with values to obtain a nice terrain for every biome (maybe generate a world with only one biome to see this).
    1a) We need more "real" mountains and caves on the world surface.
  2. Sand must be only near water or in deserts. Sandstone or stone should be under it.
  3. Lower rivers presence and height (they creates cracks in the surface that seems caused by an earthquake).
  4. Snow is flowing in the air sometimes (also caused by rivers code that changes blocks into air).
  5. Expand/adjust flora generation: grass, flowers, need more types/shapes of trees, sugar, add mushrooms in the underground caves.
  6. Check caves quantity, shape.. play with them, add lava underground.
  7. Generate resources: the entry point already exists in the code, we need a formula based on height/layers to put various ores.
  8. Add mob spawners randomly in the underground.
  9. Randomly add dirt and gravel underground.
  10. Add new biomes?

Base code is taken from: https://github.com/begla/Blockmania/, remember to maintain the license in files.

@ghost ghost assigned ementalo Nov 30, 2011
ementalo added a commit that referenced this issue Dec 1, 2011
They are not as high / wide, however still need some more tweaking as there are too many.
If worldseed is empty, generate seed based on current time (this will need storing somewhere inside worlds)
Part of #80
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

2 participants