1.1.2
Compatibility
Changes
RTSBuilding Update Log - Minecraft 1.20.1
English
Forge 1.20.1 1.1.2 Pilot
For Minecraft 1.20.1 / Forge.
1.1.2 is still a Pilot build. If this version feels unstable or causes serious issues, 1.0.5 is still the safest release to return to. If you want to stay on the newer Pilot line, 1.1.1 is the closest rollback point. Detailed usage docs are available at https://rts.ciallo.ltd.
Compared with 1.1.1, this is a small hotfix update based on the applicable changes made during today's bugfix pass. The Forge line receives the UI and control fixes that fit the current 1.20.1 work tree. The 1.21.1 placed-block storage-refresh optimization is not included in Forge yet because that code path differs in the current 1.20.1 work tree.
-
Improved top mode hotkeys.
- The default mode-switch keys now match the top-row mode order more clearly: Interact = I, Storage Link = L, Funnel = F, Rotate = R.
- Existing player keybinds may keep old values in
options.txt; reset the RTS mode keybinds in Minecraft controls if the new defaults do not appear.
-
Fixed JEI recipe/uses lookup flow.
- Pressing R or U on items in a container or terminal should no longer briefly open JEI and then snap back to the RTS builder screen.
- The RTS screen-closing path no longer closes the active remote menu just because a normal container screen is handing off to another UI.
-
Cleaned up the RTS bottom bar and craft panel.
- The empty-hand interaction button now sits after the full nine-slot hotbar instead of covering the last hotbar slot.
- The small C craft terminal no longer draws the extra
Inventorylabel over the inventory area. - These are layout/visual fixes only; the underlying storage, hotbar, and craft-terminal actions are unchanged.
-
Forge-specific note.
- This build keeps the conservative small-C craft terminal opening flow. The more aggressive screen replacement experiment was rolled back before release.
- If Forge players still see stutter while breaking RTS-placed falling blocks, please report it separately; the 1.21.1 refresh coalescing fix needs a Forge-specific pass before it should be shipped here.
简体中文
Forge 1.20.1 1.1.2 Pilot
适用于 Minecraft 1.20.1 / Forge。
1.1.2 仍然是 Pilot 测试版本。如果这个版本体验不稳定,或者遇到严重问题,当前最稳的回退版本仍然是 1.0.5。如果想留在较新的 Pilot 线,1.1.1 是最接近的回退点。详细使用说明可以查看 https://rts.ciallo.ltd。
相比 1.1.1,本次是一个小型热修更新,只参考今天这轮 bugfix 中已经落地、且适用于当前 1.20.1 工作树的 UI 和控制修复。1.21.1 的“已放置方块储存刷新节流”这次没有直接放进 Forge,因为当前 1.20.1 工作树里的相关路径不完全一样,需要单独处理。
-
改进顶部模式快捷键。
- 默认模式切换键现在更贴合顶部按钮顺序: 交互 = I,存储绑定 = L,漏斗 = F,旋转 = R。
- 如果玩家本地已经生成过
options.txt,旧键位可能会被保留;可以在 Minecraft 控制设置里重置 RTS 模式快捷键。
-
修复 JEI 配方/用途查询流程。
- 在容器或终端里对着物品按 R/U 查询 JEI 时,不应该再出现“闪一下又回到 RTS 主界面”的情况。
- RTS 的界面关闭路径不再因为普通容器屏幕切换到其他 UI,就顺手关闭当前远程菜单。
-
清理 RTS 底部栏和小 C 合成面板。
- 空手交互按钮现在放在完整九格快捷栏之后,不再盖住最后一格物品栏。
- 小 C 合成面板移除了挡视线的
Inventory字样。 - 这些都是布局/显示层面的修正;储存、快捷栏和小 C 合成终端的实际操作逻辑没有改变。
-
Forge 线说明。
- 这个版本保留更保守的小 C 合成终端打开流程;之前探索过的激进屏幕替换方案已经回退,没有进入本次发布。
- 如果 Forge 玩家仍然遇到 RTS 已放置重力方块破坏卡顿,请单独反馈;1.21.1 的刷新合并修复需要做一次 Forge 专门适配后再发布。
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:s24lGxOx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5PkY7RJI:s24lGxOx"
}

