mirror of
https://github.com/PaperMC/Folia.git
synced 2025-04-20 19:29:18 +08:00
The new spawn selection algorithm attempts to search the area around a selected point, in an effort to reduce the total number of chunk loads required to select a spawn point. Additionally, the new spawn selection algorithm does not perform recursion when the selected area is already loaded and owned by the current region. This fixes https://github.com/PaperMC/Folia/issues/138