From 088b4049aab5752f65b7a6d6b5b821fa1721948f Mon Sep 17 00:00:00 2001 From: ZHAY10086 Date: Tue, 7 Apr 2026 10:18:55 +0800 Subject: [PATCH 1/3] gallery update --- .../assets/supermobtracker/lang/zh_cn.lang | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/main/resources/assets/supermobtracker/lang/zh_cn.lang b/src/main/resources/assets/supermobtracker/lang/zh_cn.lang index 0f976aa..387260c 100644 --- a/src/main/resources/assets/supermobtracker/lang/zh_cn.lang +++ b/src/main/resources/assets/supermobtracker/lang/zh_cn.lang @@ -20,6 +20,7 @@ config.supermobtracker.client.mobWhitelist.desc=允许追踪的实体ID白名单 config.supermobtracker.client.mobBlacklist.desc=禁止追踪的实体ID黑名单列表。 config.supermobtracker.client.dropSimulationCount.desc=用于计算掉落率的模拟击杀次数。 config.supermobtracker.client.unstableSimulationEntities.desc=在掉落物模拟过程中会破坏全局状态,因此应从模拟中排除的实体ID。它们的特征是,在模拟其掉落物后,所有实体的模拟性能都会严重下降。 +config.supermobtracker.client.shouldRenderEntities.desc=渲染时会崩溃或大量报错的实体ID。这些实体在预览/画廊中完全不会渲染。 # Config names (displayed in config GUI) config.supermobtracker.client.enableTracking=启用追踪 @@ -38,6 +39,7 @@ config.supermobtracker.client.mobWhitelist=生物白名单 config.supermobtracker.client.mobBlacklist=生物黑名单 config.supermobtracker.client.dropSimulationCount=掉落物模拟次数 config.supermobtracker.client.unstableSimulationEntities=不稳定的模拟实体 +config.supermobtracker.client.shouldRenderEntities=应当渲染的实体 # GUI Labels gui.supermobtracker.i18nIDs.on=ID显示:本地化 @@ -76,6 +78,11 @@ gui.mobtracker.drops.unstableSimulation=该实体会破坏全局状态,不应 gui.mobtracker.drops.simulationFailed=模拟意外失败 gui.mobtracker.drops.simulationCountTooltipDisclaimer=由于掉落物的随机性,模拟结果可能与实际游戏中的概率略有出入,或在模拟极其稀有掉落物时存在数据不全的情况。 gui.mobtracker.drops.serverSideOnly=多人游戏:掉落物模拟功能仅限单人游戏使用 +gui.mobtracker.drops.serverModNotInstalled=服务端没有安装超级生物追踪器 +gui.mobtracker.drops.dropLootAccessFailed=无法访问战利品方法 +gui.mobtracker.drops.worldAccessFailed=无法访问世界 +gui.mobtracker.drops.worldCreationFailed=创建模拟世界失败 +gui.mobtracker.drops.invalidEntity=无效实体 # Spawn Conditions gui.mobtracker.spawnConditions=生成条件: @@ -135,6 +142,16 @@ gui.mobtracker.biomesCopied=%s的生物群系已复制到剪贴板。 gui.mobtracker.hintsHeader=备注: gui.mobtracker.any=任意 gui.mobtracker.unknown=未知 +gui.mobtracker.clickToEnlarge=点击放大 +gui.mobtracker.closeModal=点击外部或按Esc关闭 + +# Gallery View +gui.mobtracker.gallery.button=画廊 +gui.mobtracker.gallery.title=实体画廊 +gui.mobtracker.gallery.clickToSelect=点击选择 +gui.mobtracker.gallery.escToExit=按Esc退出 +gui.mobtracker.gallery.spaceToStopRotation=按空格键停止旋转 +gui.mobtracker.gallery.scrollInfo=第%s行,共%s行(显示%s个) # Attributes gui.mobtracker.attribute.boss=Boss From b01f4fd59d070c80c4abe626551a8f22e93404b0 Mon Sep 17 00:00:00 2001 From: ZHAY10086 Date: Tue, 7 Apr 2026 10:20:36 +0800 Subject: [PATCH 2/3] typo maybe --- src/main/resources/assets/supermobtracker/lang/zh_cn.lang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/supermobtracker/lang/zh_cn.lang b/src/main/resources/assets/supermobtracker/lang/zh_cn.lang index 387260c..89e0c5a 100644 --- a/src/main/resources/assets/supermobtracker/lang/zh_cn.lang +++ b/src/main/resources/assets/supermobtracker/lang/zh_cn.lang @@ -39,7 +39,7 @@ config.supermobtracker.client.mobWhitelist=生物白名单 config.supermobtracker.client.mobBlacklist=生物黑名单 config.supermobtracker.client.dropSimulationCount=掉落物模拟次数 config.supermobtracker.client.unstableSimulationEntities=不稳定的模拟实体 -config.supermobtracker.client.shouldRenderEntities=应当渲染的实体 +config.supermobtracker.client.shouldRenderEntities=不应当渲染的实体 # GUI Labels gui.supermobtracker.i18nIDs.on=ID显示:本地化 From 0e94c3988acb3d95b170f4bda584ab5771f2759c Mon Sep 17 00:00:00 2001 From: ZHAY10086 Date: Tue, 7 Apr 2026 10:24:19 +0800 Subject: [PATCH 3/3] poshli --- src/main/resources/assets/supermobtracker/lang/zh_cn.lang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/supermobtracker/lang/zh_cn.lang b/src/main/resources/assets/supermobtracker/lang/zh_cn.lang index 89e0c5a..b5e85e7 100644 --- a/src/main/resources/assets/supermobtracker/lang/zh_cn.lang +++ b/src/main/resources/assets/supermobtracker/lang/zh_cn.lang @@ -39,7 +39,7 @@ config.supermobtracker.client.mobWhitelist=生物白名单 config.supermobtracker.client.mobBlacklist=生物黑名单 config.supermobtracker.client.dropSimulationCount=掉落物模拟次数 config.supermobtracker.client.unstableSimulationEntities=不稳定的模拟实体 -config.supermobtracker.client.shouldRenderEntities=不应当渲染的实体 +config.supermobtracker.client.shouldRenderEntities=不应渲染的实体 # GUI Labels gui.supermobtracker.i18nIDs.on=ID显示:本地化