mirror of
https://github.com/Cubitect/cubiomes.git
synced 2025-09-09 12:16:35 -04:00
Remove premature spawn return
After estimating the approximate spawn position, Cubiomes currently centers the position in the middle of the corresponding chunk and then (I'm guessing erroneously) returns the position immediately, completely skipping all of the code fine-tuning the position to the most likely block afterwards. As a result, every single spawnpoint calculated by Cubiomes (and consequently Cubiomes Viewer) is in the middle of a chunk, leading to problems such as origin spawns always returning as (8, 8) instead of (0, 0), and so on.
This commit is contained in:
parent
1b5b73f9ad
commit
773f647f43