risu729/erutcurts_old

Fix the spawn point in worlds

Opened this issue · 0 comments

The player's spawn point in the converted void world is (0, -104, 0), the lowest.
This is because the player falls during the world generation.

A floor around (0, 0, 0) might be a solution to avoid this.
In this way, the floor might interfere with loaded structures, so shifting the structures is needed.