Made respawning in limbo much less nice.

Takes entrance coords and THEN adds the spawnFuzz. Its much closer to
how it used to be.
This commit is contained in:
StevenRS11
2013-10-01 16:20:07 -04:00
parent 491dc3b615
commit ca07a38eff
3 changed files with 9 additions and 10 deletions

View File

@@ -170,7 +170,7 @@ public class LimboProvider extends WorldProvider
ChunkCoordinates var5 = new ChunkCoordinates(0,0,0);
int spawnFuzz = 10000;
int spawnFuzz = 1000;
int spawnFuzzHalf = spawnFuzz / 2;
{