From 3764a4cc9eedeeb8090131ecbbfbb9120c2e1edb Mon Sep 17 00:00:00 2001 From: tom lee Date: Mon, 24 Jan 2022 23:37:33 +0800 Subject: [PATCH] Updated core and follow core changes --- common/src/main/java/com/seibel/lod/common/Config.java | 2 +- core | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/src/main/java/com/seibel/lod/common/Config.java b/common/src/main/java/com/seibel/lod/common/Config.java index 4b94b4dd5..966fd57ab 100644 --- a/common/src/main/java/com/seibel/lod/common/Config.java +++ b/common/src/main/java/com/seibel/lod/common/Config.java @@ -94,7 +94,7 @@ public class Config extends ConfigGui @ConfigAnnotations.Entry public static HorizontalResolution drawResolution = IQuality.DRAW_RESOLUTION_DEFAULT; - @ConfigAnnotations.Entry(minValue = 16, maxValue = 1024) + @ConfigAnnotations.Entry(minValue = 16, maxValue = 8192) public static int lodChunkRenderDistance = IQuality.LOD_CHUNK_RENDER_DISTANCE_MIN_DEFAULT_MAX.defaultValue; @ConfigAnnotations.Entry diff --git a/core b/core index 880be5ed6..b2d5e18fe 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 880be5ed609b7e9877f7ba16f0f746e9d07f81d7 +Subproject commit b2d5e18fe4978ba158adf2e51f4cd148b3797039