Ensure tile spawns on all planes are simulated (#2495)

Instead of using just the current plane, simulate them for all 4 planes.
This commit is contained in:
Alex Kolpa
2018-05-09 10:22:46 +02:00
committed by Tomas Slusny
parent d0699901fe
commit 6f66b6790d
2 changed files with 13 additions and 12 deletions

View File

@@ -36,4 +36,5 @@ public class Constants
public static final int CLIENT_DEFAULT_ZOOM = 512;
public static final int CHUNK_SIZE = 8;
public static final int REGION_SIZE = 104;
public static final int MAX_Z = 4;
}