0.0.3Beta
Compatibility
Changes
Forge 1.20.1 0.0.3-beta
For Minecraft 1.20.1 / Forge.
This update brings the Forge 1.20.1 build much closer to the current 1.21.1 mainline, with major fixes for dedicated servers, RTS UI scaling, onboarding, keybinds, camera control, and several RTS workflow issues.
- Fixed a serious dedicated server / Linux headless server issue where client GUI classes could be loaded from common/server paths.
- Config screen registration is now client-only.
- Client keybinds, screens, overlays, onboarding reminders, and client event handlers are isolated to the client side.
- S2C network payload handling now goes through a client-side bridge instead of directly loading client handlers on the server.
- This should prevent dedicated servers from crashing during startup because of
Screen,Minecraft,GuiGraphics, or other client-only GUI classes.
- Added the first-login onboarding reminder to the Forge 1.20.1 build.
- The reminder now explains that help/tutorial information is available through the small
ibuttons in RTS panels. - Added the GitHub link for issue reports and project reference.
- Players can dismiss the reminder so it will not keep appearing.
- The reminder now explains that help/tutorial information is available through the small
- Reworked RTS settings panel scaling.
- The settings panel is now controlled by the RTS UI scale instead of being distorted by Minecraft’s global GUI scale.
- Fixed several cases where settings content, scroll areas, tutorial panels, and clipping regions became too large, too small, or misplaced after UI scaling.
- Improved settings panel usability.
- The settings panel now has a proper scrollable content area.
- Title bar, close button, and information button stay fixed while the option list scrolls.
- Mouse wheel scrolling inside the settings panel no longer unintentionally controls the RTS camera.
- Added RTS camera vertical movement.
- Default
Space: move camera up. - Default
Left Shift: move camera down. - These actions only apply in RTS mode and do not affect normal jumping/sneaking outside RTS.
- Vertical movement is synchronized through the RTS camera movement logic.
- Default
- Reworked RTS keybind categories.
- All RTS keybinds now use the unified category name
RTSbuilding. - Default RTS mode key changed to
G. - Updated keybind names and translations to better match their actual behavior.
- All RTS keybinds now use the unified category name
- Improved RTS throw/drop behavior.
- The quick drop key is now labeled as throwing/dropping instead of interaction.
- Dropped items are thrown more predictably downward instead of flying sideways based on the player’s facing direction.
- Added editable Ultimine / chain mining limit controls in RTS mode.
- The chain mining count can now be adjusted with minus/plus controls.
- Added
MINandMAXbuttons. - The value can also be typed directly.
- Improved RTS overlay behavior.
- The compact overlay layout was refined so it no longer reserves unnecessary hotbar space when collapsed.
- Overlay and tutorial panels were adjusted to stay anchored correctly under UI scaling.
- Improved tutorial and tooltip text.
- Added clearer tutorial hints for undo/cancel behavior.
- Added clearer hints that preview/build modes can be cancelled or closed by clicking again.
- Updated English, Simplified Chinese, Traditional Chinese Taiwan, and Traditional Chinese Hong Kong translations.
- Synced more 1.21.1 mainline fixes into the Forge 1.20.1 branch.
- RTS settings improvements.
- Onboarding reminder.
- Keybind cleanup.
- UI scale fixes.
- Camera and interaction refinements.
Forge 1.20.1 0.0.3-beta
适用于 Minecraft 1.20.1 / Forge 版本。
本次更新把 Forge 1.20.1 版本进一步同步到当前 1.21.1 主线,重点修复了 dedicated server / Linux 无头服务端启动安全、RTS UI 缩放、新手提示、键位、相机控制,以及若干 RTS 使用流程问题。
- 修复一个严重的 dedicated server / Linux headless server 启动问题:服务端路径可能加载客户端 GUI 类。
- 配置界面注册现在只会在客户端执行。
- 客户端键位、界面、overlay、新手提示、客户端事件监听全部隔离到 client side。
- S2C 网络包现在通过 client-side bridge 转发,不会在服务端直接加载客户端 handler。
- 这应当能避免 dedicated server 因为
Screen、Minecraft、GuiGraphics等客户端 GUI 类被加载而启动崩溃。
- 给 Forge 1.20.1 版本补上首次进入游戏的新手提示。
- 提示会说明 RTS 面板里的小
i按钮可以打开教程/说明。 - 加入 GitHub 链接,方便查看项目与反馈问题。
- 玩家可以关闭提示,之后不会反复弹出。
- 提示会说明 RTS 面板里的小
- 重做 RTS 设置面板缩放逻辑。
- 设置面板现在由 RTS UI 缩放控制,不再被 Minecraft 全局 GUI 缩放拉伸变形。
- 修复 UI 放大/缩小时设置内容、滚动区域、教程面板、裁剪区域过大、过小或错位的问题。
- 改进设置面板可用性。
- 设置内容区域现在可以滚动。
- 标题栏、关闭按钮、信息按钮固定不动。
- 在设置面板内滚轮滚动时,不会误触发 RTS 相机缩放。
- 新增 RTS 相机上下移动。
- 默认
Space:相机上升。 - 默认
Left Shift:相机下降。 - 只在 RTS 模式内生效,不影响普通游戏里的跳跃/潜行。
- 垂直移动已接入 RTS 相机移动同步逻辑。
- 默认
- 整理 RTS 键位分类。
- 所有 RTS 键位现在统一放在
RTSbuilding分类下。 - RTS 模式默认按键改为
G。 - 修正部分键位名称和翻译,让显示含义更符合实际功能。
- 所有 RTS 键位现在统一放在
- 改进 RTS 投掷/丢弃行为。
- 快速丢弃键现在显示为“投掷/丢弃”,不再误写成“交互”。
- 丢出的物品会更稳定地向下落,不再明显跟随玩家面朝方向乱飞。
- 新增 RTS 连锁挖掘数量控制。
- 可以用减号/加号调整连锁数量。
- 新增
MIN和MAX按钮。 - 也可以直接输入具体数量。
- 改进 RTS overlay。
- 折叠后的 overlay 布局进一步整理,不再保留不必要的快捷栏占位。
- overlay 和教程面板在 UI 缩放后会更稳定地贴合正确位置。
- 改进教程和 tooltip 文案。
- 增加 undo/cancel 相关提示。
- 增加预览/快速建造可再次点击关闭或取消的提示。
- 同步英文、简体中文、繁体中文台湾、繁体中文香港语言资源。
- 同步更多 1.21.1 主线修复到 Forge 1.20.1 分支。
- RTS 设置界面改进。
- 新手提示。
- 键位整理。
- UI 缩放修复。
- 相机与交互细节改进。
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:5PkY7RJI:SDzrr3nO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5PkY7RJI:SDzrr3nO"
}

