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

Making World Generation look more like vanilla #4759

Open
Titaniumtown opened this issue Jun 15, 2020 · 13 comments
Open

Making World Generation look more like vanilla #4759

Titaniumtown opened this issue Jun 15, 2020 · 13 comments

Comments

@Titaniumtown
Copy link

Titaniumtown commented Jun 15, 2020

So, I was looking into how one could make cuberite world gen more like vanilla. I found a project (https://github.com/Cubitect/cubiomes) that aims to port vanilla like world gen to C. It has various options, including toggling between different versions of minecraft's generation. It even seems to have 1.16 generation figured out.

Thoughts?

Edit: it seems after further reading, it doesn't generate a world file. But cords where biomes and structures are.

@Titaniumtown
Copy link
Author

bump, is this an avenue that would be worth looking into?

@bearbin
Copy link
Member

bearbin commented Jun 17, 2020

Please don't 'bump' issues. That looks like a relatively interesting project, but it's only going to get integrated if somebody turns up and actually wants to do it.

@Titaniumtown
Copy link
Author

ok sorry. I'm looking into it now.

@Titaniumtown
Copy link
Author

I don't think I have the know how to do this. lol

@bearbin
Copy link
Member

bearbin commented Jun 17, 2020 via email

@Titaniumtown
Copy link
Author

Aww that sucks. I'll close the issue then :( It sucks that licensing gets in the way of things.

@bearbin
Copy link
Member

bearbin commented Jun 17, 2020 via email

@Titaniumtown
Copy link
Author

Titaniumtown commented Jun 17, 2020

oooh that would be neat, hope they respond positively.

@Titaniumtown
Copy link
Author

keep me posted!

@Titaniumtown Titaniumtown reopened this Jun 17, 2020
@Titaniumtown
Copy link
Author

Now that the License has been changed. Work can be started on implemented cubiomes in cuberite, right?

@madmaxoft
Copy link
Member

madmaxoft commented Jun 26, 2020

Yeah, but I guess you'll soon find out that Cuberite already uses a biome generator that is pretty much identical to vanilla, except for perhaps some constants (the cIntGen classes).

I see more usefulness in their structure positioning code, that could be of interest.

@Titaniumtown
Copy link
Author

oh ok. got it. I'll look into this when I have some time! :)

@PureTryOut
Copy link
Contributor

PureTryOut commented Nov 25, 2020

Yeah the current world generation makes for some... interesting... worlds. For example, check seed 290400380 at X -44 and Z 36. There is a 214 block high mountain in a Savanna Plateau biome with a maximum surface area of about 20 by 20. I mean, yes this biome should have some mountains but this is ridiculous lol.

EDIT: Even worse. That same seed spawns a lava source block in the mountain next to where you spawn which then proceeds to cover a huge area below it, including the spawn point meaning you will die when you respawn if you don't act quick enough.

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

4 participants