World Border (Fabric)

World Border (Fabric)

261k Downloads

Set world spawn point config not working(1.19.2)

blockgoblin31 opened this issue ยท 1 comments

commented

Information

Minecraft version: 1.19.2
Modloader: Forge
Forge version: 43.3.0
Environment: Singleplayer

Mod name: Set world spawn point
Mod version: 3.3

Description

I've changed the config values but it doesnt seem to be doing anything, the player is always spawning on the top block at exactly 0, 0. Testing in new worlds. This is what my config looks like.
{ // If enabled, spawns players on the exact world spawn instead of around it. "_forceExactSpawn": true, // The X coordinate of the spawn point of newly created worlds. // min: -100000, max: 100000 "xCoordSpawnPoint": 0, // The Y coordinate of the spawn point of newly created worlds. By default -1, which means it'll be the first solid block descending from y=256. // min: -1, max: 256 "yCoordSpawnPoint": 65, // The Z coordinate of the spawn point of newly created worlds. // min: -100000, max: 100000 "zCoordSpawnPoint": 14 }

commented

Same issue on 1.20.1