Bring max tile dist back down

This commit is contained in:
ceikry 2023-06-08 05:46:53 -05:00
parent 6ae6b19e44
commit 311f9b1bdf

View file

@ -45,7 +45,7 @@ public class GlobalConfig {
// default distance is 28
public static int TILE_DISTANCE = 56;
public static int VIEW_DISTANCE = TILE_DISTANCE * 256;
public static int VIEW_DISTANCE = TILE_DISTANCE * 128;
public static float VIEW_FADE_DISTANCE = ((float) TILE_DISTANCE / 28.0f) * 256.0f;
public static boolean USE_SHIFT_CLICK = true;