Starlight compat, start on render distance slider, added viewport "api", tweeked caching rings to 6,6

This commit is contained in:
mcrcortex
2024-02-21 14:53:38 +10:00
parent 5b689c622a
commit b9749d3092
18 changed files with 221 additions and 84 deletions

View File

@@ -15,6 +15,8 @@
"voxy.config.general.geometryBuffer.tooltip": "How many quads the geometry buffer can hold",
"voxy.config.general.maxSections": "Max Sections",
"voxy.config.general.maxSections.tooltip": "The max number of sections the renderer can contain",
"voxy.config.general.renderDistance": "Render Distance",
"voxy.config.general.renderDistance.tooltip": "The render distance in chunks",
"voxy.config.threads.ingest": "Ingest",
"voxy.config.threads.ingest.tooltip": "How many threads voxy will use for ingesting new chunks",

View File

@@ -4,7 +4,6 @@
"compatibilityLevel": "JAVA_17",
"client": [
"joml.AccessFrustumIntersection",
"minecraft.MixinBackgroundRenderer",
"minecraft.MixinClientChunkManager",
"minecraft.MixinDebugHud",
"minecraft.MixinMinecraftClient",