From 088b4049aab5752f65b7a6d6b5b821fa1721948f Mon Sep 17 00:00:00 2001 From: ZHAY10086 Date: Tue, 7 Apr 2026 10:18:55 +0800 Subject: [PATCH 1/7] 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/7] 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/7] 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/7] 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=顶部左侧 From 42e37d10cdb2a7fdb8f778a908a039bbb4abc5f8 Mon Sep 17 00:00:00 2001 From: ZHAY10086 Date: Tue, 7 Jul 2026 15:44:04 +0800 Subject: [PATCH 5/7] Update zh_cn.lang --- src/main/resources/assets/supermobtracker/lang/zh_cn.lang | 4 +++- 1 file changed, 3 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 154367a..6c49cb0 100644 --- a/src/main/resources/assets/supermobtracker/lang/zh_cn.lang +++ b/src/main/resources/assets/supermobtracker/lang/zh_cn.lang @@ -5,7 +5,8 @@ key.categories.supermobtracker=超级生物追踪器 # Config descriptions config.supermobtracker.client.enableTracking.desc=启用生物追踪(需要重启客户端)。 -config.supermobtracker.client.detectionRange.desc=检测被追踪生物给予其发光效果的范围(以方块为单位)。 +config.supermobtracker.client.detectionRange.desc=被追踪生物的检测范围(以格为单位),用于触发透视或发光高亮效果。 +config.supermobtracker.client.useModelXRay.desc=穿过墙壁渲染被追踪生物时,使用正常模型,而非原版的发光轮廓。 config.supermobtracker.client.i18nNames.desc=在追踪器GUI中使用本地化名称。 config.supermobtracker.client.spawnCheckRetries.desc=检查生成条件的最大重试次数。数值越高,越能有效处理随机生成条件,但会增加分析耗时。 config.supermobtracker.client.trackedEntityIds.desc=当前正在追踪的生物ID列表。 @@ -25,6 +26,7 @@ config.supermobtracker.client.shouldRenderEntities.desc=渲染时会崩溃或大 # Config names (displayed in config GUI) config.supermobtracker.client.enableTracking=启用追踪 config.supermobtracker.client.detectionRange=检测范围 +config.supermobtracker.client.useModelXRay=使用模型透视 config.supermobtracker.client.i18nNames=本地化名称 config.supermobtracker.client.spawnCheckRetries=生成检查条目 config.supermobtracker.client.trackedEntityIds=追踪的实体ID From ed1dd0d74874efedb7159f9e3c5988ccc83378f0 Mon Sep 17 00:00:00 2001 From: ZHAY10086 Date: Fri, 14 Aug 2026 08:07:05 +0800 Subject: [PATCH 6/7] Update zh_cn.lang --- .../resources/assets/supermobtracker/lang/zh_cn.lang | 11 ++++++++++- 1 file changed, 10 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 6c49cb0..b3ac41a 100644 --- a/src/main/resources/assets/supermobtracker/lang/zh_cn.lang +++ b/src/main/resources/assets/supermobtracker/lang/zh_cn.lang @@ -132,6 +132,9 @@ gui.mobtracker.dimension.unknown.tooltip.complete=无法确定维度:在所有 dimension.overworld=主世界 dimension.the_nether=下界 dimension.the_end=末地 +dimension.erebus=混沌之地 +dimension.thebetweenlands=交错次元 +dimension.twilightforest=暮色森林 # Biomes gui.mobtracker.biomes=生物群系:%s @@ -145,7 +148,7 @@ gui.mobtracker.hintsHeader=备注: gui.mobtracker.any=任意 gui.mobtracker.unknown=未知 gui.mobtracker.clickToEnlarge=点击放大 -gui.mobtracker.closeModal=点击外部或按Esc关闭 +gui.mobtracker.closeModal=点击外部或按Esc关闭,按空格键切换实体旋转 # Gallery View gui.mobtracker.gallery.button=画廊 @@ -175,6 +178,12 @@ gui.mobtracker.hint.sky=可能需要天空可见(地表生成)。 gui.mobtracker.hint.moonphase=可能需要特定月相(例如:满月)。 gui.mobtracker.hint.slimechunk=可能需要史莱姆区块。 gui.mobtracker.hint.nether=可能需要下界类维度。 +gui.mobtracker.hint.structure=在结构中生成。 +gui.mobtracker.hint.spawner_only=仅由刷怪箱生成。 +gui.mobtracker.hint.chunk_generation=在野外生成,但仅发生在区块生成期间。 +gui.mobtracker.hint.away_from_world_spawn=仅在远离世界出生点的地方生成。 +gui.mobtracker.hint.block_or_item=可由方块或物品释放。 +gui.mobtracker.hint.block_triggered=当特定方块被破坏或激活时释放。 gui.mobtracker.spawnReason=生成来源:%s gui.mobtracker.spawnReason.natural=自然生成 gui.mobtracker.spawnReason.worldgen=世界生成 From 2a90fdd4e37d1ee35e1c8c03f5ccc8349ed6b437 Mon Sep 17 00:00:00 2001 From: ZHAY10086 Date: Sat, 22 Aug 2026 14:51:40 +0800 Subject: [PATCH 7/7] Update zh_cn.lang --- .../assets/supermobtracker/lang/zh_cn.lang | 59 ++++++++++++------- 1 file changed, 38 insertions(+), 21 deletions(-) diff --git a/src/main/resources/assets/supermobtracker/lang/zh_cn.lang b/src/main/resources/assets/supermobtracker/lang/zh_cn.lang index 3a05096..1cd298e 100644 --- a/src/main/resources/assets/supermobtracker/lang/zh_cn.lang +++ b/src/main/resources/assets/supermobtracker/lang/zh_cn.lang @@ -2,26 +2,7 @@ key.supermobtracker.open=打开生物追踪器 key.categories.supermobtracker=超级生物追踪器 - -# Config descriptions -config.supermobtracker.client.enableTracking.tooltip=启用生物追踪(需要重启客户端)。 -config.supermobtracker.client.detectionRange.tooltip=被追踪生物的检测范围(以格为单位),用于触发透视或发光高亮效果。 -config.supermobtracker.client.useModelXRay.tooltip=穿过墙壁渲染被追踪生物时,使用正常模型,而非原版的发光轮廓。 -config.supermobtracker.client.i18nNames.tooltip=在追踪器GUI中使用本地化名称。 -config.supermobtracker.client.spawnCheckRetries.tooltip=检查生成条件的最大重试次数。数值越高,越能有效处理随机生成条件,但会增加分析耗时。 -config.supermobtracker.client.trackedEntityIds.tooltip=当前正在追踪的生物ID列表。 -config.supermobtracker.client.lastSelectedEntity.tooltip=生物追踪器GUI中最后选中的实体。 -config.supermobtracker.client.filterText.tooltip=生物追踪器GUI中最后使用的过滤文本。 -config.supermobtracker.client.hudPosition.tooltip=追踪叠加层在屏幕上的显示位置。 -config.supermobtracker.client.hudPaddingExternal.tooltip=追踪叠加层与屏幕边缘的边距。 -config.supermobtracker.client.hudPaddingInternal.tooltip=追踪叠加层框体内部的边距。 -config.supermobtracker.client.hudLineSpacing.tooltip=追踪叠加层中文本的行间距。 -config.supermobtracker.client.hudEnabled.tooltip=是否在屏幕上显示追踪叠加层。 -config.supermobtracker.client.mobWhitelist.tooltip=允许追踪的实体ID白名单列表(优先级高于黑名单)。 -config.supermobtracker.client.mobBlacklist.tooltip=禁止追踪的实体ID黑名单列表。 -config.supermobtracker.client.dropSimulationCount.tooltip=用于计算掉落率的模拟击杀次数。 -config.supermobtracker.client.unstableSimulationEntities.tooltip=在掉落物模拟过程中会破坏全局状态,因此应从模拟中排除的实体ID。它们的特征是,在模拟其掉落物后,所有实体的模拟性能都会严重下降。 -config.supermobtracker.client.shouldRenderEntities.tooltip=渲染时会崩溃或大量报错的实体ID。这些实体在预览/画廊中完全不会渲染。 +supermobtracker.config.title=超级生物追踪器设置 # Config names (displayed in config GUI) config.supermobtracker.client.enableTracking=启用追踪 @@ -40,9 +21,32 @@ config.supermobtracker.client.hudEnabled=启用HUD config.supermobtracker.client.mobWhitelist=生物白名单 config.supermobtracker.client.mobBlacklist=生物黑名单 config.supermobtracker.client.dropSimulationCount=掉落物模拟次数 +config.supermobtracker.client.jeiMobLootRows=JEI生物战利品行数 config.supermobtracker.client.unstableSimulationEntities=不稳定的模拟实体 config.supermobtracker.client.shouldRenderEntities=不应渲染的实体 +# Config descriptions +config.supermobtracker.client=客户端 +config.supermobtracker.client.enableTracking.tooltip=启用生物追踪(需要重启客户端)。 +config.supermobtracker.client.detectionRange.tooltip=被追踪生物的检测范围(以格为单位),用于触发透视或发光高亮效果。 +config.supermobtracker.client.useModelXRay.tooltip=穿过墙壁渲染被追踪生物时,使用正常模型,而非原版的发光轮廓。 +config.supermobtracker.client.i18nNames.tooltip=在追踪器GUI中使用本地化名称。 +config.supermobtracker.client.spawnCheckRetries.tooltip=检查生成条件的最大重试次数。数值越高,越能有效处理随机生成条件,但会增加分析耗时。 +config.supermobtracker.client.trackedEntityIds.tooltip=当前正在追踪的生物ID列表。 +config.supermobtracker.client.lastSelectedEntity.tooltip=生物追踪器GUI中最后选中的实体。 +config.supermobtracker.client.filterText.tooltip=生物追踪器GUI中最后使用的过滤文本。 +config.supermobtracker.client.hudPosition.tooltip=追踪叠加层在屏幕上的显示位置。 +config.supermobtracker.client.hudPaddingExternal.tooltip=追踪叠加层与屏幕边缘的边距。 +config.supermobtracker.client.hudPaddingInternal.tooltip=追踪叠加层框体内部的边距。 +config.supermobtracker.client.hudLineSpacing.tooltip=追踪叠加层中文本的行间距。 +config.supermobtracker.client.hudEnabled.tooltip=是否在屏幕上显示追踪叠加层。 +config.supermobtracker.client.mobWhitelist.tooltip=允许追踪的实体ID白名单列表(优先级高于黑名单)。 +config.supermobtracker.client.mobBlacklist.tooltip=禁止追踪的实体ID黑名单列表。 +config.supermobtracker.client.dropSimulationCount.tooltip=用于计算掉落率的模拟击杀次数。 +config.supermobtracker.client.jeiMobLootRows.tooltip=JEI生物战利品视图中,每页显示的战利品行数。需要重启Minecraft以调整JEI配方大小。 +config.supermobtracker.client.unstableSimulationEntities.tooltip=在掉落物模拟过程中会破坏全局状态,因此应从模拟中排除的实体ID。它们的特征是,在模拟其掉落物后,所有实体的模拟性能都会严重下降。 +config.supermobtracker.client.shouldRenderEntities.tooltip=渲染时会崩溃或大量报错的实体ID。这些实体在预览/画廊中完全不会渲染。 + # GUI Labels gui.supermobtracker.i18nIDs.on=ID显示:本地化 gui.supermobtracker.i18nIDs.off=ID显示:原始 @@ -63,10 +67,22 @@ gui.mobtracker.entityId=ID:%s gui.mobtracker.entitySize=尺寸:%s x %s x %s gui.mobtracker.attributes=性质:%s gui.mobtracker.dropsButton=[查看掉落物] -gui.mobtracker.jeiButton=[在JEI中查看] +gui.mobtracker.jerButton=[JER] +gui.mobtracker.lootJeiButton=[JEI] gui.mobtracker.blacklisted=该实体已列入黑名单 gui.mobtracker.whitelisted=该实体未列入白名单 +# JEI Mob Loot +jei.category.supermobtracker.mob_loot=生物掉落物 +jei.supermobtracker.loot.missing=战利品转储条目不可用 +jei.supermobtracker.loot.chance=~%s%% 平均掉落概率 +jei.supermobtracker.loot.page=%d/%d +jei.supermobtracker.loot.button.open=打开 +jei.supermobtracker.loot.button.tracker=打开超级生物追踪器 +jei.supermobtracker.loot.button.previous=上一战利品页 +jei.supermobtracker.loot.button.next=下一战利品页 +item.supermobtracker.jei_anchor.name=JEI锚点 + # Drops Window gui.mobtracker.drops.title=掉落物:%s gui.mobtracker.drops.noSimulation=无可用模拟数据 @@ -205,3 +221,4 @@ gui.supermobtracker.hudPosition.bottom_center=底部中心 gui.supermobtracker.hudPosition.bottom_right=底部右侧 gui.supermobtracker.hudPosition.button=HUD:%s gui.supermobtracker.hudPosition.label=HUD位置 +gui.supermobtracker.hudPosition.label.tooltip=追踪叠加层在屏幕中的位置。