1.1.5-patch6
Compatibility
Changes
简体中文
RTS Building 1.1.6-pilot1
适用于 Minecraft 1.21.1 / NeoForge。
这是一个 beta/pilot 小修版本,重点处理 1.1.6-pilot 反馈中的 RTS 背包按钮兼容、范围破坏提示和采掘等级误判问题。如果遇到严重回归,可以先退回 1.1.5-patch4。
玩家可见变化
- 修复背包界面里的 RTS 按钮与其它模组 UI 偏移/重叠的问题。
- RTS 按钮现在按原版背包位置计算,不再跟着被其它模组移动后的界面偏移。
- 模组配置中新增开关,可以直接隐藏这个背包 RTS 按钮。
- 改进生存平衡下的范围破坏提示。
- 当石头等方块因为缺少采掘等级插件而无法范围破坏时,会显示更短的底部提示。
- 提示会明确建议安装石制/更高等级采掘插件,或关闭生存平衡。
- 修复无石制采掘插件时雪类软方块也无法范围破坏的问题。
- 石头、平滑石头等镐类硬块仍需要采掘等级插件。
- 雪、雪层、泥土、沙子等 0 级软块不应被石制采掘插件门槛挡住。
- 快速建造/范围操作中的 Line 形状现在支持垂直方向,可用于竖直直线。
- 绑定储存详情中的 “Extract” 表头改为 “Extract only”,减少歧义。
技术与兼容性改进
- 范围破坏与连锁/区域破坏共用采掘等级提示与预览清理链路,避免被跳过方块继续高亮。
- 修正选中快捷栏工具参与远程破坏时的工具解析路径,减少“明明手上有镐但判断不到”的情况。
- 新增和更新了相关单元/契约测试与 GameTest,覆盖石头缺采掘插件被挡、雪类软块不被误挡、背包按钮开关与 Line 垂直形状。
- 本地验证:普通测试 563/563,通过;performanceDebt 3/3,通过;GameTest 28/28,通过;headless UI snapshots 58 个通过。
English
RTS Building 1.1.6-pilot1
For Minecraft 1.21.1 / NeoForge.
This is a beta/pilot polish build for feedback from 1.1.6-pilot, focused on the inventory RTS button compatibility, clearer range-destroy warnings, and mining-tier edge cases. If you hit a serious regression, please temporarily return to 1.1.5-patch4.
Player-visible changes
- Fixed the RTS button on the inventory screen overlapping or drifting with other mods' inventory UI offsets.
- The button is now positioned from the vanilla inventory frame instead of following a shifted modded screen origin.
- A new mod config option can hide this inventory RTS button entirely.
- Improved range-destroy feedback under survival progression.
- When blocks such as stone are blocked by missing mining-tier plugins, the bottom warning is now shorter.
- The message points players toward installing the stone/higher mining plugin or disabling survival progression.
- Fixed snow-like soft blocks being blocked when the stone mining plugin was not installed.
- Pickaxe-type hard blocks such as stone and smooth stone still require the mining-tier plugin.
- Level-0 soft blocks such as snow, snow layers, dirt, and sand should no longer be blocked by the stone-tier gate.
- The Line shape in quick build / range operations now supports vertical lines.
- The linked-storage details table now says “Extract only” instead of the ambiguous “Extract”.
Technical and compatibility changes
- Range destroy and chain/area mining now share the mining-tier warning and preview cleanup path, so skipped blocks should not remain highlighted.
- Adjusted selected hotbar tool resolution for remote destruction to reduce cases where the held pickaxe was not recognized.
- Added and updated unit/contract tests plus GameTests for stone being blocked without the mining plugin, snow remaining breakable, the inventory button setting, and vertical Line shapes.
- Local validation: ordinary tests 563/563 passed; performanceDebt 3/3 passed; GameTest 28/28 passed; 58 headless UI snapshots passed.
Optional dependencies
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:6jdl88HJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5PkY7RJI:6jdl88HJ"
}


