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

A utility for generating worlds asynchronously should be added #278

Open
haykam821 opened this issue Sep 4, 2023 · 0 comments
Open

A utility for generating worlds asynchronously should be added #278

haykam821 opened this issue Sep 4, 2023 · 0 comments
Labels
feature New feature or request

Comments

@haykam821
Copy link
Contributor

Because vanilla world generation is unfortunately too slow for our purposes, it will block the server thread and give the appearance of the server freezing to other players, who may be playing another game. As a result, a feature was added to Item Hunt in NucleoidMC/ItemHunt@1c9e7e8 where players would wait in a void world while the main world generated.

Since vanilla world generation is used in other games, such as Beacon Breakers, Death Swap, and UHC, having a common utility to generate worlds asynchronously and place players into a void world during world generation would be useful.

@haykam821 haykam821 added the feature New feature or request label Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant