1.1.5-patch2
Compatibility
Changes
NeoForge 1.21.1 — 1.1.5-patch2
适用于 Minecraft 1.21.1 / NeoForge。
这是一次小型补丁更新,重点改善 Sodium 渲染恢复、服务端稳定性、大规模挖掘性能、本地化与部分材质表现。
- 改进 Sodium 范围隐藏兼容性。
- 隐藏方块现在能够更可靠地接入 Sodium 的渲染路径。
- 退出 RTS 模式时会重新构建受影响的区块网格,减少隐藏过的方块持续不可见的问题。
- 改进鼠标中键取块。
- 从物品栏选择匹配方块并用于 RTS 放置时更加可靠。
- 改进专用服务器稳定性。
- RTSBuilding 不再在服务端主动重建创造模式物品栏。
- 避免服务器启动期间意外触发第三方模组的客户端事件或网络逻辑。
- 优化大型连锁挖掘与区域挖掘。
- 对重叠扫描范围内的掉落实体进行去重。
- 相同掉落会先合并为合法堆叠,再批量写入连接的储存。
- 减少大型挖掘任务对储存网络的重复扫描与插入操作。
- 补齐工作流与 GUI 绑定本地化。
- 工作流类型、暂停/恢复、缺少材料面板、保护提示和 GUI 绑定错误现在会跟随玩家语言。
- 绑定的线缆和机器名称改为在客户端解析,避免英文客户端仍显示中文名称。
- 覆盖英文、简体中文、繁体中文(台湾)和繁体中文(香港)。
- 小幅调整部分插件与顶栏图标材质。
- 启动提示现在会更明确地显示 RTSBuilding 的版本信息。
NeoForge 1.21.1 — 1.1.5-patch2
For Minecraft 1.21.1 / NeoForge.
This small patch focuses on Sodium rendering recovery, dedicated-server stability, large mining performance, localization, and minor visual polish.
- Improved Sodium range-culling compatibility.
- Hidden blocks are now handled more reliably through Sodium’s rendering path.
- Leaving RTS mode rebuilds affected chunk meshes, reducing cases where previously hidden blocks remain invisible.
- Improved middle-click block selection.
- Middle-click inventory selection now works more reliably when preparing blocks for RTS placement.
- Improved dedicated-server stability.
- RTSBuilding no longer rebuilds creative-tab contents on the server.
- This avoids accidentally triggering client-oriented events and networking behavior from third-party mods during server startup.
- Optimized large chain-mining and area-mining jobs.
- Overlapping drop scans are deduplicated.
- Identical drops are grouped into legal stacks before being inserted into linked storage.
- This reduces repeated storage-network operations during large mining jobs.
- Completed workflow and GUI-binding localization.
- Workflow types, pause/resume states, missing-material panels, protection messages, and GUI-binding errors now follow the player’s selected language.
- Bound cables and machines now resolve their display names on the client, avoiding Chinese-only names on English clients.
- English, Simplified Chinese, Traditional Chinese (Taiwan), and Traditional Chinese (Hong Kong) are covered.
- Refined several plugin and top-bar textures.
- Clarified the version information shown in the startup reminder.
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:mKfzeecy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5PkY7RJI:mKfzeecy"
}

