From 088b4049aab5752f65b7a6d6b5b821fa1721948f Mon Sep 17 00:00:00 2001 From: ZHAY10086 Date: Tue, 7 Apr 2026 10:18:55 +0800 Subject: [PATCH 1/4] 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/4] 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/4] 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显示:本地化 From d8cfb359155528b036da8c86125e708df78ced37 Mon Sep 17 00:00:00 2001 From: ZHAY10086 Date: Mon, 1 Jun 2026 15:45:58 +0800 Subject: [PATCH 4/4] update --- .../resources/assets/supermobtracker/lang/zh_cn.lang | 10 +++++++++- 1 file changed, 9 insertions(+), 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 b5e85e7..154367a 100644 --- a/src/main/resources/assets/supermobtracker/lang/zh_cn.lang +++ b/src/main/resources/assets/supermobtracker/lang/zh_cn.lang @@ -49,7 +49,7 @@ gui.mobtracker.separator=、 gui.mobtracker.noMobSelected=从列表中选择一个生物 gui.mobtracker.noSpawnData=无可用生成数据 gui.mobtracker.cannotSpawnNaturally=该实体不会自然生成。 -gui.mobtracker.cannotSpawnNaturallyHint=可能只能通过刷怪箱、命令或者特殊游戏机制生成(例如Boss召唤)。 +gui.mobtracker.cannotSpawnNaturallyHint=可能只能通过刷怪箱、命令或者特殊游戏机制生成(例如Boss召唤)。为此实体填充spawn_hints.json(参见README)以显示其生成来源和条件。 gui.mobtracker.analysisCrashed=生成分析失败。 gui.mobtracker.analysisCrashedHint=分析该实体的生成条件时发生错误。 gui.mobtracker.noSpawnConditions=无法确定生成条件。这可能是因为存在未处理的生成要求,或生成检查中的随机性。尝试点击重试按钮。 @@ -173,6 +173,14 @@ gui.mobtracker.hint.sky=可能需要天空可见(地表生成)。 gui.mobtracker.hint.moonphase=可能需要特定月相(例如:满月)。 gui.mobtracker.hint.slimechunk=可能需要史莱姆区块。 gui.mobtracker.hint.nether=可能需要下界类维度。 +gui.mobtracker.spawnReason=生成来源:%s +gui.mobtracker.spawnReason.natural=自然生成 +gui.mobtracker.spawnReason.worldgen=世界生成 +gui.mobtracker.spawnReason.structure=结构 +gui.mobtracker.spawnReason.spawner=刷怪箱 +gui.mobtracker.spawnReason.event=事件/脚本 +gui.mobtracker.spawnReason.command=命令 +gui.mobtracker.spawnReason.other=未知/其他 # HUD Position Selector gui.supermobtracker.hudPosition.top_left=顶部左侧