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

Make just one seed world. Implement vanilla biomes. #68

Merged
merged 6 commits into from
Mar 29, 2024

Conversation

tastybento
Copy link
Member

The previous approach was to have a world generate with vanilla biomes and then use it as a template for the seed world. This PR replaces that with a comprehensive vanilla biome generator using details from https://minecraft.wiki/w/World_generation. There are some tweaks to make the cave biomes more likely:

  • The deep dark is not required to be so deep.
  • The humidity requirements for lush caves are lower.

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
27.0% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

@tastybento tastybento merged commit 3c74d3e into develop Mar 29, 2024
1 of 2 checks passed
@tastybento tastybento deleted the fewer_worlds branch March 29, 2024 05:01
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

Successfully merging this pull request may close these issues.

1 participant