0.0.2-beta
Compatibility
Changes
Forge 1.20.1 0.0.2-beta
For Minecraft 1.20.1 / Forge.
This update brings the same performance and UI fixes from the 1.21.1 mainline to the Forge 1.20.1 build, and fixes a localization issue from 0.0.1-beta.
- Added the
Rmanual storage refresh button. - Reduced repeated storage scans when opening creative inventory or container screens.
- Synced creative-tab cache warming to improve performance in large Forge 1.20.1 modpacks.
- Added storage scan progress feedback.
- Synced the batched Ultimine finish behavior to reduce server hitches after the seed block breaks.
- Fixed the missing Forge 1.20.1
return_labeltranslation so the compact overlay no longer shows the raw translation key. - Synced English, Simplified Chinese, Traditional Chinese Taiwan, and Traditional Chinese Hong Kong language resources.
- Stress tested on a ATM9 TTS save with billions of items in an AE storage, with little to no lag observed when open inventory/open RTS panel.
Forge 1.20.1 0.0.2-beta
适用于 Minecraft 1.20.1 / Forge 版本。
本次更新同步了 1.21.1 主项目中的性能与 UI 修复,并修正了 0.0.1-beta 中的覆盖层翻译缺失。
- 新增同样的
R手动存储刷新按钮。 - 降低创造物品栏和容器打开时的重复存储扫描卡顿。
- 同步创造模式标签缓存与预热逻辑,改善大型 1.20.1 Forge 整合包中的打开界面性能。
- 新增存储扫描进度提示。
- 同步 Ultimine 分批处理逻辑,减少连锁挖掘完成阶段的服务器卡顿。
- 修复 Forge 1.20.1 覆盖层缺失的
return_label翻译,避免显示原始翻译 key。 - 同步英文、简体中文、繁体中文台湾、繁体中文香港语言资源。
- 在ATM9 TTS一个有几十亿个物品ME系统的存档中吉列的测试了一次——没有观察到卡顿!
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:EdpKhyJ8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5PkY7RJI:EdpKhyJ8"
}

