skybox: add custom sky color options

Co-authored-by: Adam <Adam@sigterm.info>
This commit is contained in:
logarithm
2019-11-27 12:02:10 +02:00
committed by Adam
parent 58136ff07b
commit ba25de4bd1
3 changed files with 77 additions and 1 deletions

View File

@@ -82,6 +82,11 @@ public class Constants
public static final int TILE_FLAG_BRIDGE = 2;
/**
* The height of the overworld, in tiles. Coordinates above this are in caves and other such zones.
*/
public static final int OVERWORLD_MAX_Y = 4160;
/**
* The number of milliseconds in a client tick.
* <p>