skybox: add custom sky color options

Co-authored-by: Adam <Adam@sigterm.info>
This commit is contained in:
logarithm
2020-11-27 15:32:15 -05:00
committed by Adam
co-authored by Adam
parent 58136ff07b
commit ba25de4bd1
3 changed files with 77 additions and 1 deletions
@@ -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>