The spawn chunks are an area of the Overworld located at the world spawn which are always loaded in memory. These are useful for some players but use more of your computer’s resources and make the game load and run more slowly. (You can read more about spawn chunks at the community wiki!)
In this snapshot (24w03a) we made the size of the spawn chunks configurable by adding a new gamerule: `spawnChunkRadius`.
The new default setting is 2 (which creates a 48x48 block area). This is 98% smaller than the previous area and will result in a noticeable performance improvement for most players.
If you would like to keep your spawn chunks working like they did before, you can use the game rule to change the spawn chunk radius value to 10. This will make your spawn chunks work the same as they did before, but you will miss out on the performance gains.
We're interested in hearing your feedback on this change and how the new default setting affects you.
Please sign in to leave a comment.
65 Comments