
星露谷HUD - Stardew HUD
为《我的世界》添加星露谷物语风格的HUD显示 - Adds a stardew-style HUD display for Minecraft
- Загрузки
- 441K
- Подписчики
- 9
- Обновлён
- 17 августа 2026 г.
- Лицензия
- CC0-1.0
Опубликован 24 декабря 2025 г.
在游戏界面的右上角显示类似星露谷物语的HUD组件,内容包括时钟、游戏日、星期、当日时间、天气、季节(适配大部分季节模组,并对 Serene Seasons 深度适配)、强大的自定义物品/NBT计数器,以及可以与每日运势联动的运势信息显示!支持多种字体。
In the upper right corner of the game interface, a stardew valley-style HUD component is displayed, including a clock, game day, day of week, time of day, weather, season (adapted to most season mods, with deep integration for Serene Seasons), a powerful custom item/NBT counter, and a display of fortune information that can be linked to Every Single Day! Supports a wide range of fonts.
提供可高度自定义的配置界面
Highly customizable configuration interface
Forge / NeoForge 版本内置分页式配置界面;Fabric 版本通过 Mod Menu + Cloth Config 进行配置。
Forge / NeoForge builds include a built-in tabbed config screen; Fabric builds are configured via Mod Menu + Cloth Config.
可配置的选项 / Configurable options:
- 是否启用HUD / Whether to enable the HUD
- HUD位置、缩放大小及背景透明度 / HUD position, scale and background transparency
- 各组件独立开关 / Individual switches for each component
- 季节持续天数、游戏日与季节的起始偏移(从第0天或第1天开始计数)/ Season length, game day & season start offsets (count from day 0 or day 1)
- 计数器物品ID、NBT标签与计数模式(仅物品 / 仅NBT / 两者)/ Counter item ID, NBT tag and count mode (items only / NBT only / both)
- 是否显示计数器物品图标 / Toggle the counter item icon
- 是否隐藏原版效果图标 / Hide vanilla effect icons
- 调试日志输出开关 / Debug logging toggle
在配置界面中可调整季节持续天数,与不同的季节模组搭配使用(默认为28天)。
In the configuration screen, you can adjust the number of days of the season and use it with different season mods (28 days by default).
Fabric Seasons / Forge Seasons: 28 days
Ecliptic Seasons: 30 days
Serene Seasons: 32 days(安装后直接读取其季节数据,无需手动设置 / detected automatically, no manual setup needed)
与每日运势模组联动使用时需在模组菜单中关闭“显示季节”以显示运势图标。
When using the Daily Fortune mod, you need to turn off "Show Season" in the mod menu to display the fortune icon.
强大的自定义计数器 Powerful custom counter:
计数器不止能统计背包里的普通物品,还支持多种进阶用法:
The counter does far more than counting plain inventory items:
- 物品统计:统计背包、副手与装备栏中的指定物品。
Item counting: counts the specified item in your inventory, offhand and armor slots. - NBT标签统计:按 NBT 标签累加数值,支持点分隔路径(如
dev.mymod.data);填入health、foodLevel、level等常见键名时还能直接显示玩家属性。
NBT counting: sums values by NBT tag, with dot-separated paths (e.g.dev.mymod.data); common keys likehealth,foodLevel,levelshow player stats directly. - 货币整合:统计铜/银/金币时自动按 1:9:81 折算总铜币,并递归统计钱袋(Money Pouch)内的钱币;同时支持 KubeJS 硬币与 SDM Shop 电子货币余额。
Money integration: copper/silver/gold coins are converted to total copper value at 1:9:81, coins inside Money Pouches are included; KubeJS coins and SDM Shop balance are also supported.
目前支持的版本 Currently supported versions:
Fabric 1.20.1 / 1.21.1(需要 Fabric Loader 0.16.14 及以上版本,Mod Menu、Cloth Config 以及 Fabric API 任意版本)。 (requires Fabric Loader 0.16.14 or higher, and any version of Mod Menu, Cloth Config and Fabric API).
Forge 1.20.1(需要 Forge Loader 47 及以上版本)。 (requires Forge Loader 47 or higher).
NeoForge 1.21.1(需要 NeoForge 21.1.217 及以上版本)。
(requires NeoForge 21.1.217 or higher.)
推荐搭配 Recommended combinations:
Ченджлог
1.2.5Релиз1.21.1 · 17 августа 2026 г.
本次更新将 Fabric / Forge / NeoForge 四个版本的功能完全对齐,并修复了若干问题:
This update brings all four builds (Fabric / Forge / NeoForge) to feature parity, along with several fixes:
新功能 / New features:
- 新增「游戏日设置」:可设置游戏日与季节从第 0 天还是第 1 天开始计数,修改后 HUD 立即刷新。
New "Game Day Settings": choose whether game days and seasons count from day 0 or day 1; the HUD refreshes instantly after changes. - 计数器升级为物品 + NBT 双模式:可按 NBT 标签(支持点分隔路径)累加数值,也可直接显示玩家属性(生命值、饥饿度、等级等);物品图标现在可以隐藏。
The counter now supports item + NBT modes: sum values by NBT tag (dot-separated paths supported), or display player stats (health, food level, XP level, etc.); the item icon can now be hidden. - 货币统计增强:铜/银/金币自动折算总铜币(1:9:81),支持钱袋内钱币递归统计、KubeJS 硬币与 SDM Shop 电子货币。
Enhanced money counting: automatic copper/silver/gold conversion (1:9:81), recursive counting inside Money Pouches, plus KubeJS coin and SDM Shop balance support. - 深度适配 Serene Seasons:安装后直接读取其季节数据并显示季节剩余天数。
Deep Serene Seasons integration: reads its season data directly and shows remaining days in the season. - 新增调试日志开关(默认关闭),日志不再刷屏。
New debug logging toggle (off by default) — no more log spam. - Forge / NeoForge 配置界面重新设计为四个分页(通用 / 游戏日设置 / 可见性 / 计数器),并加入页码指示与保存提示。
The Forge / NeoForge config screen is redesigned into four tabs (General / Game Day / Visibility / Counter), with a page indicator and save notifications.
修复 / Fixes:
- 修复按 F1 隐藏界面后 HUD 仍然显示的问题(NeoForge)。
Fixed the HUD staying visible after hiding the GUI with F1 (NeoForge). - 修复季节图标可能不刷新的问题。
Fixed season icons occasionally failing to refresh. - 修复 KubeJS 硬币未统计钱袋内数量的问题。
Fixed KubeJS coins inside pouches not being counted.
注:每日运势(Every Single Day)联动目前仅在 Fabric 版本可用,Forge / NeoForge 版本的联动将在后续更新中补齐。
Note: Every Single Day fortune integration is currently available on Fabric only; Forge / NeoForge integration will arrive in a future update.
1.2.5Релиз1.21.9, 1.21.10, 1.21.11 · 17 августа 2026 г.
本次更新将 Fabric / Forge / NeoForge 四个版本的功能完全对齐,并修复了若干问题:
This update brings all four builds (Fabric / Forge / NeoForge) to feature parity, along with several fixes:
新功能 / New features:
- 新增「游戏日设置」:可设置游戏日与季节从第 0 天还是第 1 天开始计数,修改后 HUD 立即刷新。
New "Game Day Settings": choose whether game days and seasons count from day 0 or day 1; the HUD refreshes instantly after changes. - 计数器升级为物品 + NBT 双模式:可按 NBT 标签(支持点分隔路径)累加数值,也可直接显示玩家属性(生命值、饥饿度、等级等);物品图标现在可以隐藏。
The counter now supports item + NBT modes: sum values by NBT tag (dot-separated paths supported), or display player stats (health, food level, XP level, etc.); the item icon can now be hidden. - 货币统计增强:铜/银/金币自动折算总铜币(1:9:81),支持钱袋内钱币递归统计、KubeJS 硬币与 SDM Shop 电子货币。
Enhanced money counting: automatic copper/silver/gold conversion (1:9:81), recursive counting inside Money Pouches, plus KubeJS coin and SDM Shop balance support. - 深度适配 Serene Seasons:安装后直接读取其季节数据并显示季节剩余天数。
Deep Serene Seasons integration: reads its season data directly and shows remaining days in the season. - 新增调试日志开关(默认关闭),日志不再刷屏。
New debug logging toggle (off by default) — no more log spam. - Forge / NeoForge 配置界面重新设计为四个分页(通用 / 游戏日设置 / 可见性 / 计数器),并加入页码指示与保存提示。
The Forge / NeoForge config screen is redesigned into four tabs (General / Game Day / Visibility / Counter), with a page indicator and save notifications.
修复 / Fixes:
- 修复按 F1 隐藏界面后 HUD 仍然显示的问题(NeoForge)。
Fixed the HUD staying visible after hiding the GUI with F1 (NeoForge). - 修复季节图标可能不刷新的问题。
Fixed season icons occasionally failing to refresh. - 修复 KubeJS 硬币未统计钱袋内数量的问题。
Fixed KubeJS coins inside pouches not being counted.
注:每日运势(Every Single Day)联动目前仅在 Fabric 版本可用,Forge / NeoForge 版本的联动将在后续更新中补齐。
Note: Every Single Day fortune integration is currently available on Fabric only; Forge / NeoForge integration will arrive in a future update.
1.2.5Релиз1.20.4, 1.20.5, 1.20.6 · 17 августа 2026 г.
本次更新将 Fabric / Forge / NeoForge 四个版本的功能完全对齐,并修复了若干问题:
This update brings all four builds (Fabric / Forge / NeoForge) to feature parity, along with several fixes:
新功能 / New features:
- 新增「游戏日设置」:可设置游戏日与季节从第 0 天还是第 1 天开始计数,修改后 HUD 立即刷新。
New "Game Day Settings": choose whether game days and seasons count from day 0 or day 1; the HUD refreshes instantly after changes. - 计数器升级为物品 + NBT 双模式:可按 NBT 标签(支持点分隔路径)累加数值,也可直接显示玩家属性(生命值、饥饿度、等级等);物品图标现在可以隐藏。
The counter now supports item + NBT modes: sum values by NBT tag (dot-separated paths supported), or display player stats (health, food level, XP level, etc.); the item icon can now be hidden. - 货币统计增强:铜/银/金币自动折算总铜币(1:9:81),支持钱袋内钱币递归统计、KubeJS 硬币与 SDM Shop 电子货币。
Enhanced money counting: automatic copper/silver/gold conversion (1:9:81), recursive counting inside Money Pouches, plus KubeJS coin and SDM Shop balance support. - 深度适配 Serene Seasons:安装后直接读取其季节数据并显示季节剩余天数。
Deep Serene Seasons integration: reads its season data directly and shows remaining days in the season. - 新增调试日志开关(默认关闭),日志不再刷屏。
New debug logging toggle (off by default) — no more log spam. - Forge / NeoForge 配置界面重新设计为四个分页(通用 / 游戏日设置 / 可见性 / 计数器),并加入页码指示与保存提示。
The Forge / NeoForge config screen is redesigned into four tabs (General / Game Day / Visibility / Counter), with a page indicator and save notifications.
修复 / Fixes:
- 修复按 F1 隐藏界面后 HUD 仍然显示的问题(NeoForge)。
Fixed the HUD staying visible after hiding the GUI with F1 (NeoForge). - 修复季节图标可能不刷新的问题。
Fixed season icons occasionally failing to refresh. - 修复 KubeJS 硬币未统计钱袋内数量的问题。
Fixed KubeJS coins inside pouches not being counted.
注:每日运势(Every Single Day)联动目前仅在 Fabric 版本可用,Forge / NeoForge 版本的联动将在后续更新中补齐。
Note: Every Single Day fortune integration is currently available on Fabric only; Forge / NeoForge integration will arrive in a future update.
1.2.5Релиз1.20.4, 1.20.5, 1.20.6 · 17 августа 2026 г.
本次更新将 Fabric / Forge / NeoForge 四个版本的功能完全对齐,并修复了若干问题:
This update brings all four builds (Fabric / Forge / NeoForge) to feature parity, along with several fixes:
新功能 / New features:
- 新增「游戏日设置」:可设置游戏日与季节从第 0 天还是第 1 天开始计数,修改后 HUD 立即刷新。
New "Game Day Settings": choose whether game days and seasons count from day 0 or day 1; the HUD refreshes instantly after changes. - 计数器升级为物品 + NBT 双模式:可按 NBT 标签(支持点分隔路径)累加数值,也可直接显示玩家属性(生命值、饥饿度、等级等);物品图标现在可以隐藏。
The counter now supports item + NBT modes: sum values by NBT tag (dot-separated paths supported), or display player stats (health, food level, XP level, etc.); the item icon can now be hidden. - 货币统计增强:铜/银/金币自动折算总铜币(1:9:81),支持钱袋内钱币递归统计、KubeJS 硬币与 SDM Shop 电子货币。
Enhanced money counting: automatic copper/silver/gold conversion (1:9:81), recursive counting inside Money Pouches, plus KubeJS coin and SDM Shop balance support. - 深度适配 Serene Seasons:安装后直接读取其季节数据并显示季节剩余天数。
Deep Serene Seasons integration: reads its season data directly and shows remaining days in the season. - 新增调试日志开关(默认关闭),日志不再刷屏。
New debug logging toggle (off by default) — no more log spam. - Forge / NeoForge 配置界面重新设计为四个分页(通用 / 游戏日设置 / 可见性 / 计数器),并加入页码指示与保存提示。
The Forge / NeoForge config screen is redesigned into four tabs (General / Game Day / Visibility / Counter), with a page indicator and save notifications.
修复 / Fixes:
- 修复按 F1 隐藏界面后 HUD 仍然显示的问题(NeoForge)。
Fixed the HUD staying visible after hiding the GUI with F1 (NeoForge). - 修复季节图标可能不刷新的问题。
Fixed season icons occasionally failing to refresh. - 修复 KubeJS 硬币未统计钱袋内数量的问题。
Fixed KubeJS coins inside pouches not being counted.
注:每日运势(Every Single Day)联动目前仅在 Fabric 版本可用,Forge / NeoForge 版本的联动将在后续更新中补齐。
Note: Every Single Day fortune integration is currently available on Fabric only; Forge / NeoForge integration will arrive in a future update.
1.2.3-fixРелиз1.20.1 · 11 марта 2026 г.
新增Senere Seasons API识别逻辑,准确获取季节进度;新增日志输出开关,默认为关闭。
Added Senere Seasons API recognition logic to accurately obtain season progress. Added the log output switch, which is off by default.
1.2.4Релиз1.21.1 · 31 января 2026 г.
- 新增NBT标签数值识别,可在配置界面输入需要统计的NBT标签,支持ViScriptShop;
- 自定义计数器支持三种计算模式:仅统计背包物品、仅统计NBT标签、统计背包物品和NBT标签;
- 新增计数器图标开关;
- 新增季节和游戏日起始天数设置,可在配置界面设置春季的第一天和游戏日的第一天(基于游戏内置天数系统);
- 采用更加合理的配置界面布局。
- Adds numerical recognition of NBT tags, which can be entered into NBT tags that need to be counted in the configuration interface, supports ViScriptShop.
- The custom counter supports three calculation modes: only backpack items, NBT tags only, backpack items and NBT tags.
- Adds the option to toggle the counter icon on/off.
- Adds season and game day starting days settings, you can set the first day of spring and the first day of game days in the configuration screen (based on the in-game day system).
- Adopt a more reasonable configuration interface layout.
1.2.3Релиз1.21.1 · 20 января 2026 г.
调整时钟指针映射逻辑。
Adjusted the clock hand mapping logic.
1.2.3Релиз1.21.1 · 20 января 2026 г.
调整时钟指针映射逻辑。
Adjusted the clock hand mapping logic.
Комментарии
Загружаем…



