From 894c8e4a6309a1e09eecff786201f6c5b12cd9b4 Mon Sep 17 00:00:00 2001 From: blibilijojo <102420734+blibilijojo@users.noreply.github.com> Date: Wed, 11 Mar 2026 19:07:46 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=8F=90=E4=BA=A4=20voxy=20=E5=8E=9F?= =?UTF-8?q?=E6=96=87=E6=96=87=E4=BB=B6=20-=201.21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 文件: projects\1.21\assets\modrinth-voxy\voxy\lang\en_us.json --- .../assets/modrinth-voxy/voxy/lang/en_us.json | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 projects/1.21/assets/modrinth-voxy/voxy/lang/en_us.json diff --git a/projects/1.21/assets/modrinth-voxy/voxy/lang/en_us.json b/projects/1.21/assets/modrinth-voxy/voxy/lang/en_us.json new file mode 100644 index 000000000000..bc9756714d81 --- /dev/null +++ b/projects/1.21/assets/modrinth-voxy/voxy/lang/en_us.json @@ -0,0 +1,36 @@ +{ + "voxy.config.title":"voxy.config.title", + + "voxy.config.general":"voxy.config.general", + "voxy.config.rendering":"voxy.config.rendering", + + "voxy.config.general.enabled":"voxy.config.general.enabled", + "voxy.config.general.enabled.tooltip":"voxy.config.general.enabled.tooltip", + + "voxy.config.general.serviceThreads":"voxy.config.general.serviceThreads", + "voxy.config.general.serviceThreads.tooltip":"voxy.config.general.serviceThreads.tooltip", + + "voxy.config.general.useSodiumBuilder":"voxy.config.general.useSodiumBuilder", + "voxy.config.general.useSodiumBuilder.tooltip":"voxy.config.general.useSodiumBuilder.tooltip", + + "voxy.config.general.ingest":"voxy.config.general.ingest", + "voxy.config.general.ingest.tooltip":"voxy.config.general.ingest.tooltip", + + "voxy.config.general.rendering":"voxy.config.general.rendering", + "voxy.config.general.rendering.tooltip":"voxy.config.general.rendering.tooltip", + + "voxy.config.general.subDivisionSize":"voxy.config.general.subDivisionSize", + "voxy.config.general.subDivisionSize.tooltip":"voxy.config.general.subDivisionSize.tooltip", + + "voxy.config.general.renderDistance":"voxy.config.general.renderDistance", + "voxy.config.general.renderDistance.tooltip":"voxy.config.general.renderDistance.tooltip", + + "voxy.config.general.environmental_fog":"voxy.config.general.environmental_fog", + "voxy.config.general.environmental_fog.tooltip":"voxy.config.general.environmental_fog.tooltip", + + "voxy.config.general.render_fog":"voxy.config.general.render_fog", + "voxy.config.general.render_fog.tooltip":"voxy.config.general.render_fog.tooltip", + + "voxy.config.general.render_statistics":"voxy.config.general.render_statistics", + "voxy.config.general.render_statistics.tooltip":"voxy.config.general.render_statistics.tooltip" +} \ No newline at end of file From c775aee75ff72fc6a436faf8191780b98c2f6c80 Mon Sep 17 00:00:00 2001 From: blibilijojo <102420734+blibilijojo@users.noreply.github.com> Date: Wed, 11 Mar 2026 19:07:50 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=8F=90=E4=BA=A4=20voxy=20=E8=AF=91?= =?UTF-8?q?=E6=96=87=E6=96=87=E4=BB=B6=20-=201.21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 文件: projects\1.21\assets\modrinth-voxy\voxy\lang\zh_cn.json --- .../assets/modrinth-voxy/voxy/lang/zh_cn.json | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 projects/1.21/assets/modrinth-voxy/voxy/lang/zh_cn.json diff --git a/projects/1.21/assets/modrinth-voxy/voxy/lang/zh_cn.json b/projects/1.21/assets/modrinth-voxy/voxy/lang/zh_cn.json new file mode 100644 index 000000000000..c7e7384fa55b --- /dev/null +++ b/projects/1.21/assets/modrinth-voxy/voxy/lang/zh_cn.json @@ -0,0 +1,36 @@ +{ + "voxy.config.title":"Voxy", + + "voxy.config.general":"常规", + "voxy.config.rendering":"渲染", + + "voxy.config.general.enabled":"启用Voxy", + "voxy.config.general.enabled.tooltip":"完全启用或禁用Voxy", + + "voxy.config.general.serviceThreads":"服务线程", + "voxy.config.general.serviceThreads.tooltip":"Service ThreadPool可使用的线程数量", + + "voxy.config.general.useSodiumBuilder":"使用Sodium线程", + "voxy.config.general.useSodiumBuilder.tooltip":"将Sodium构建线程作为Voxy线程池的一部分,可以在高渲染距离下快速移动时减少卡顿和延迟", + + "voxy.config.general.ingest":"区块采集", + "voxy.config.general.ingest.tooltip":"启用或禁用Voxy将新区块转换为LoD(细节层次)的功能", + + "voxy.config.general.rendering":"Voxy渲染", + "voxy.config.general.rendering.tooltip":"启用或禁用Voxy渲染", + + "voxy.config.general.subDivisionSize":"细分尺寸(像素平方)", + "voxy.config.general.subDivisionSize.tooltip":"细分为更小LOD前屏幕空间AABB的最大尺寸(单位平方像素越小质量越高)", + + "voxy.config.general.renderDistance":"渲染距离", + "voxy.config.general.renderDistance.tooltip":"Voxy的区块渲染距离", + + "voxy.config.general.environmental_fog":"启用环境雾", + "voxy.config.general.environmental_fog.tooltip":"启用或禁用Voxy渲染环境雾", + + "voxy.config.general.render_fog":"启用渲染雾", + "voxy.config.general.render_fog.tooltip":"启用或禁用渲染雾效果", + + "voxy.config.general.render_statistics":"启用渲染统计信息", + "voxy.config.general.render_statistics.tooltip":"在F3菜单中启用渲染统计信息,便于调试" +} \ No newline at end of file