1.1.0
Compatibility
Changes
Forge 1.20.1 1.1.0
For Minecraft 1.20.1 / Forge.
This update brings the new Blueprint Space and most recent RTS reliability/UX improvements to the Forge 1.20.1 line.
-
Added the new Blueprint Space.
- Added the Blueprint tab next to RTS Storage.
- Blueprints can be imported, searched, selected, previewed, renamed, deleted, and saved back out.
- Supported formats include
.nbt,.schem,.schematic, and.litematic. - Added
Sync Create, which copies existing Create schematics from the instanceschematicsfolder intortsbuilding-blueprints. - Blueprint support and blueprint max size are configurable.
-
Synced blueprint capture and placement features.
- Capture an RTS area and save it as a blueprint.
- Pin a blueprint preview before building.
- Rotate around the blueprint center.
- Nudge pinned previews with arrow keys / numpad keys and Page Up / Page Down.
- Missing or unsupported block IDs no longer block the entire blueprint.
-
Synced RTS mining, camera, and input fixes.
- Improved remote tool handling for storage-backed tools.
- Deferred storage refresh after mining to reduce stalls.
- Fixed Ultimine batches stopping too early.
- Added empty-hand selection.
- Fixed keyboard-bound pan/drag behavior.
- Expanded RTS camera vertical movement range.
-
Added RTS damage feedback.
- Configurable hurt sound feedback.
- Red flash feedback.
- Optional low-health auto-return behavior.
-
Updated UI and localization.
- Improved bottom hover information.
- Added Blueprint UI translations.
- Updated English, Simplified Chinese, Traditional Chinese Taiwan, and Traditional Chinese Hong Kong resources.
- Forge 1.20.1 version text is now unified as
1.1.0 beta.
This Forge build is still a beta/pilot build. If you run into serious issues, please report them with logs and temporarily return to the previous stable version if needed.
Forge 1.20.1 1.1.0
适用于 Minecraft 1.20.1 / Forge。
本次更新将新的“蓝图空间”和近期 RTS 可靠性 / 操作体验改进同步到 Forge 1.20.1 分支。
-
新增“蓝图空间”。
- RTS 储存旁边新增蓝图分页。
- 蓝图可以导入、搜索、选择、预览、重命名、删除和另存为。
- 支持
.nbt、.schem、.schematic、.litematic。 - 新增“同步机械动力”,可以把当前实例
schematics文件夹中的机械动力蓝图复制到rtsbuilding-blueprints。 - 蓝图功能和蓝图最大方块数都可以在 config 中调整。
-
同步蓝图框选与放置功能。
- 可以框选 RTS 区域并保存成蓝图。
- 蓝图可以先固定预览,再确认建造。
- 蓝图旋转现在围绕中心进行。
- 固定后的预览可以用方向键 / 小键盘和 Page Up / Page Down 微调。
- 缺失或不支持的方块 ID 不再阻止整张蓝图放置。
-
同步 RTS 挖掘、镜头和输入修复。
- 改进储存工具的远程挖掘处理。
- 挖掘后的储存刷新改为延后,减少卡顿。
- 修复连锁挖掘批处理过早停止。
- 新增空手选择。
- 修复键盘绑定的镜头拖拽/平移行为。
- 扩大 RTS 镜头上下移动范围。
-
新增 RTS 受击反馈。
- 可配置受击音效。
- 红闪反馈。
- 可选低血量自动退出 RTS。
-
更新 UI 与本地化。
- 改进底部栏悬浮信息。
- 补充蓝图界面翻译。
- 同步英文、简体中文、繁体中文台湾、繁体中文香港语言资源。
- Forge 1.20.1 版本提示已统一为
1.1.0 beta。
这个 Forge 版本仍然是 beta / pilot 测试版本。如果遇到严重问题,请带日志反馈;必要时可以先退回上一个稳定版本。
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:nxMwYzhB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5PkY7RJI:nxMwYzhB"
}

