0.1.4, added render distance slider, disabled caching until better solution can be found

This commit is contained in:
mcrcortex
2024-02-22 16:21:09 +10:00
parent 59a3c81f37
commit 8cd0d418b5
9 changed files with 133 additions and 37 deletions

View File

@@ -16,7 +16,7 @@
"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.general.renderDistance.tooltip": "The render distance in chunks (set to -1 to disable chunk unloading)",
"voxy.config.threads.ingest": "Ingest",
"voxy.config.threads.ingest.tooltip": "How many threads voxy will use for ingesting new chunks",