1
0
Fork 0

bump max render distance to 64

This commit is contained in:
Sen 2025-08-27 23:02:21 +02:00
parent de04a844ff
commit 0873e0aab0
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
6 changed files with 20 additions and 5 deletions

View file

@ -537,7 +537,7 @@ public class Client implements IThreadListener {
private IntHashMap<Entity> entityIds;
@Variable(name = "chunk_view_distance", category = CVarCategory.RENDER, min = 2, max = 16, callback = DistanceFunction.class, display = "Sichtweite", unit = "Chunks")
@Variable(name = "chunk_view_distance", category = CVarCategory.RENDER, min = 2, max = 64, callback = DistanceFunction.class, display = "Sichtweite", unit = "Chunks")
public int renderDistance = 8;
@Variable(name = "chunk_build_time", category = CVarCategory.RENDER, min = 1, max = 100, display = "Zeit für Chunk-Bau", unit = "ms")
public int maxBuildTime = 8;