Add option to choose if to use sodium build threads (default true)

This commit is contained in:
mcrcortex
2025-10-31 11:43:36 +10:00
parent 96bd651f5c
commit 141c2b1f98
10 changed files with 65 additions and 23 deletions

View File

@@ -7,6 +7,9 @@
"voxy.config.general.serviceThreads": "Service threads",
"voxy.config.general.serviceThreads.tooltip": "Number of threads the ServiceThreadPool can use",
"voxy.config.general.useSodiumBuilder": "Use sodium threads",
"voxy.config.general.useSodiumBuilder.tooltip": "Uses sodium builder threads as part of voxys thread pool, can reduce stuttering and lag when moving quickly at high render distance",
"voxy.config.general.ingest": "Chunk Ingest",
"voxy.config.general.ingest.tooltip": "Enables or disables voxies ability to convert new chunks into LoDs",

View File

@@ -33,7 +33,8 @@
"sodium.MixinChunkJobQueue",
"sodium.MixinDefaultChunkRenderer",
"sodium.MixinRenderSectionManager",
"sodium.MixinSodiumOptionsGUI"
"sodium.MixinSodiumOptionsGUI",
"sodium.MixinSodiumWorldRenderer"
],
"injectors": {
"defaultRequire": 1