You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main issue with creating a new world via WorldCreator, is it can take upwards of 10 seconds (or longer on some machines I'm assuming)
After throwing in like 20 debug timings, I came to the conclusion that it's setting up the initial spawn area that is causing the massive delay.
It took almost 7 seconds to setup the initial spawn. This is due to Minecraft having to search around to find a valid spawn area thus having to run thru the chunk generator finding a place a player can safety spawn in at.
Describe the solution you'd like.
I would like something like: WorldCreator#initialSpawnLocation(Location)
This could be used to override the vanilla setup of the initial spawn.
The dev later on could change the spawn location to suit their needs.
This addition would help speed up custom world creation immensely.
Describe alternatives you've considered.
I have done everything I could think of, including turning off loading spawn chunks.
But after doing all my testing, my only conclusion I could come to is that Minecraft decided the spawn location isn't something I could personally override.
Other
No response
The text was updated successfully, but these errors were encountered:
ShaneBeee
changed the title
WorldCreator - option to overriding setting initial spawn
WorldCreator - option to override setting initial spawn
Jan 29, 2025
Is your feature request related to a problem?
The main issue with creating a new world via WorldCreator, is it can take upwards of 10 seconds (or longer on some machines I'm assuming)
After throwing in like 20 debug timings, I came to the conclusion that it's setting up the initial spawn area that is causing the massive delay.
In my test:
It took almost 7 seconds to setup the initial spawn. This is due to Minecraft having to search around to find a valid spawn area thus having to run thru the chunk generator finding a place a player can safety spawn in at.
Describe the solution you'd like.
I would like something like:
WorldCreator#initialSpawnLocation(Location)
This could be used to override the vanilla setup of the initial spawn.
The dev later on could change the spawn location to suit their needs.
This addition would help speed up custom world creation immensely.
Describe alternatives you've considered.
I have done everything I could think of, including turning off loading spawn chunks.
But after doing all my testing, my only conclusion I could come to is that Minecraft decided the spawn location isn't something I could personally override.
Other
No response
The text was updated successfully, but these errors were encountered: