Add LodUtil light constants

This commit is contained in:
James Seibel
2024-03-03 14:53:10 -06:00
parent e15ffe10c9
commit dc687f70ae
@@ -118,6 +118,13 @@ public class LodUtil
public static final int REGION_WIDTH_IN_CHUNKS = REGION_WIDTH / CHUNK_WIDTH;
/** maximum possible light level handled by Minecraft */
public static final byte MAX_MC_LIGHT = 15;
/** lowest possible light level handled by Minecraft */
public static final byte MIN_MC_LIGHT = 0;
/**
* This regex finds any characters that are invalid for use in a windows
* (and by extension mac and linux) file path