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

Huge custom world fail to start when using Bukkit biome generator. #10

Open
HydrolienF opened this issue Sep 10, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@HydrolienF
Copy link
Owner

Bukkit try to load biomes realy far out on startup. This cause a high ram use that can crash the server.

To avoid that crash, you can set custom_biome_enabled: true. Structures won't be placed in the right biome or generating your final world piece by piece (10 000 * 10 0000 area should be small enough). Then merge the result. It can be done by having only some of the world file in world_base/region/. First the one from 0, 0 to 20, 20, then 0, 20, 20, 40 etc. Structures, trees, etc won't be generate the same way each side of the line, so you will have some missing leaves for tree, weardly cut mineshaft etc.

I could not replicate it.

@HydrolienF HydrolienF added the bug Something isn't working label Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant