Set World Spawn Point (Legacy Fabric)

This mod requires the Collective (Fabric) library and Fabric API to function.
Note: This page is for legacy Fabric versions 1.16 and 1.17. New files and updates have been moved to the main project page. For Forge versions and Fabric 1.18+, follow the appropriate link.
Set World Spawn is a minimalistic configurable mod that allows setting precise coordinates for the spawn point in newly created worlds. It can also force players to spawn exactly at the world spawn point instead of around it, which is the default vanilla behavior.
Configuration
The mod offers several configurable parameters:
- _forceExactSpawn (default = true): If enabled, players spawn exactly at the world spawn point instead of randomly nearby.
- xCoordSpawnPoint (default = 0, min -100000, max 100000): The X coordinate of the spawn point for new worlds.
- yCoordSpawnPoint (default = -1, min -1, max 256): The Y coordinate of the spawn point. A value of -1 means the first solid block when descending from y=256 will be selected.
- zCoordSpawnPoint (default = 0, min -100000, max 100000): The Z coordinate of the spawn point for new worlds.
Interesting feature: When a player respawns in their bed with _forceExactSpawn enabled, the mod will place the character right on the pillow.
