inayakitori / 4dmc

An attempt at creating a 4D minecraft world mod
GNU Affero General Public License v3.0
6 stars 0 forks source link

gamerule spawnRadius #53

Closed iluha168 closed 8 months ago

iluha168 commented 8 months ago

Currently gamerule spawnRadius does not affect the 4th coordinate at all - you always spawn at W = 0.

inayakitori commented 8 months ago

I think creating a gamerule is unnecessary complexity so I'm going to just spread out the spawn +- 5 slices

iluha168 commented 8 months ago

This is a vanilla game rule. It already exists, it just has no effect on 4th dimension.

inayakitori commented 8 months ago

ok I see that now. I will simply make it spread out the player by a constant factor * the spawn radius (1/2, 1/4, whatever feels right. w movement is more "costly" than xz movement so it feels wrong to spread the players out too much