0.0.4Beta
Compatibility
Changes
Forge 1.20.1 0.0.4-beta
For Minecraft 1.20.1 / Forge.
This is a pilot/beta build and may be unstable. If you run into crashes or severe issues, please go back to the latest release version first.
Highlights
- Synced more current 1.21.1 mainline fixes into the Forge 1.20.1 build.
- Improved RTS camera vertical controls.
Space: move camera up.Up Arrow: second camera-up key.Down Arrow: move camera down.- Arrow keys no longer duplicate WASD camera panning.
- The old
Left Shiftdescend default was replaced with a new keybind id.
- Removed the old close-to-player camera auto push-away / auto-rise behavior.
- Reworked Forge chunk guide rendering to match the newer 1.21.1 implementation.
- Cleaner edge/cell chunk guides.
- Only shows the 3x3 chunk range around the RTS camera X/Z position.
- Guide marker Y level follows the player height.
- Reduced selected-item UI noise.
- Hidden storage/recent/fluid hover tooltips while a placement item or fluid is selected.
- Removed the redundant floating “Storage view” count text.
- Improved UI layering at large RTS UI scales.
- Settings, guide, wheel, and quantity dialogs now render above storage panels and top controls.
- Improved unlinked storage behavior.
- RTS storage browser can now show usable player inventory items even without linked storage.
- Improved storage refresh behavior.
- Selected storage items clear when the latest snapshot shows the count is zero.
- Right-click actions refresh storage state after failed extraction.
- Improved undo recovery behavior in the Forge build.
- Undo recovery now uses the remote placement permission path.
- When no storage is linked, recovered items can return to the player inventory.
- Improved container RTS overlay.
- Slimmer layout.
- Clearer close/collapse/refresh/info controls.
- Closing the overlay disables it until re-enabled in RTS settings.
- Improved modpack stability.
- Creative tab/category cache loading is more defensive.
- Updated onboarding and pilot text.
- Added a fallback warning for unstable pilot builds.
- Added a small GitHub star reminder.
- Updated English, Simplified Chinese, Traditional Chinese Taiwan, and Traditional Chinese Hong Kong translations.
Forge 1.20.1 0.0.4-beta
适用于 Minecraft 1.20.1 / Forge 版本。
这是一个 pilot/beta 测试版本,可能不稳定。如果遇到闪退或严重问题,请先退回最近的 release 版本。
更新重点
- 继续把当前 1.21.1 主线的重要修复同步到 Forge 1.20.1 版本。
- 改进 RTS 相机上下移动键位。
Space:相机上升。↑:第二个相机上升键。↓:相机下降。- 方向键不再重复承担 WASD 的平面移动功能。
- 原本的
Left Shift下降默认键改为新的 keybind id。
- 移除旧的“靠近玩家/锚点后自动弹开或自动上升”逻辑。
- 重做 Forge 版本区块引导显示,使其接近新版 1.21.1 实现。
- 区块引导更清晰。
- 现在只显示 RTS 相机 X/Z 周围 3x3 范围。
- 发光提示块的 Y 坐标跟随玩家高度。
- 减少选中物品后的冗余 UI 信息。
- 选中放置物品或流体后,不再显示储存/最近物品/流体槽位的额外 hover 提示。
- 移除冗余的“储存视图”浮动数量文本。
- 改进大 UI 缩放下的图层顺序。
- 设置、教程、轮盘、数量输入等弹窗现在会显示在储存栏和顶部按钮之上。
- 改进未绑定储存时的体验。
- 未绑定箱子/终端时,RTS 储存浏览器也能显示可用的玩家背包物品。
- 改进储存选择刷新。
- 当最新储存快照中某个已选物品数量归零时,会自动清除该选择。
- 右键提取失败后会刷新储存状态。
- 改进 Forge 版本撤销恢复逻辑。
- 撤销恢复现在走远程放置权限判断。
- 没有绑定储存时,恢复回收的物品也可以回到玩家背包。
- 改进容器 RTS overlay。
- 布局更紧凑。
- 关闭、折叠、刷新、信息按钮更清晰。
- 点击关闭会关闭 overlay,之后可在 RTS 设置中重新开启。
- 改进整合包稳定性。
- 创造栏/分类缓存加载更稳健。
- 更新新手提示和 pilot 文案。
- 增加测试版不稳定时退回最近 release 的提示。
- 增加 GitHub star 提醒。
- 同步更新英文、简体中文、繁体中文台湾、繁体中文香港语言资源。
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:XMpIlcVk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5PkY7RJI:XMpIlcVk"
}

