Links
Tags
Creators
Details
Licensed GPL-3.0-only
Published 7 months ago
Updated last week
All versions
20.4.2
Release
Neo ECO AE Extension v20.4.2last week 881
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
中文
新增
- 新增 GTCEu 配方与材料标签兼容,支持硅粉、赛特斯石英块等材料标签。
- 新增相关材料的 GTCEu 粉碎配方及大型化学反应釜配方。
改进
- 加固 ECO 存储系统的 SavedData 持久化流程,增加统一写入、写入验证和异常隔离。
- 优化 L9 ECO 存储单元迁移至无限存储的流程,并完善 OmniCells 全能存储单元支持。
- 优化全能存储单元的重复挂载、失效存储域和宿主生命周期处理。
- 将 ECO 合成 CPU 覆盖图层改为独立网络同步,避免与 AE2 GUI 同步数据冲突。
- 改进 AE2 合成状态同步,使 AE2 能正确识别 ECO 合成请求及其状态变化。
修复
- 修复 ECO 合成计划不完整时仍可能提交至 AE2 的问题。
- 修复合成 CPU 覆盖图层同步异常导致的 GUI 字段解析错误。
- 修复全能存储单元存储域丢失或加载失败时可能被错误重定向的问题。
- 修复存储单元数据迁移过程中可能出现的错误清空、重复挂载及数据丢失风险。
- 修复非空存储单元可能被拆解或嵌套的问题。
English
Added
- Added GTCEu recipe and material-tag compatibility for silicon dust, Certus Quartz blocks, and related materials.
- Added GTCEu macerator recipes and Large Chemical Reactor recipes for related materials.
Improved
- Hardened ECO storage SavedData persistence with coordinated writes, persistence verification, and failure isolation.
- Improved migration of L9 ECO storage cells to infinite storage, including OmniCells universal storage cells.
- Improved universal-cell handling for duplicate mounting, missing storage domains, and removed hosts.
- Moved ECO Crafting CPU overlay synchronization to a dedicated network channel to avoid conflicts with AE2 GUI synchronization.
- Improved AE2 crafting-status synchronization so ECO crafting requests and state changes are reported correctly.
Fixed
- Fixed incomplete ECO crafting plans being submitted to AE2.
- Fixed GUI field parsing errors caused by crafting CPU overlay synchronization.
- Fixed universal storage cells being incorrectly redirected when their storage domain was missing or failed to load.
- Fixed potential data clearing, duplicate mounting, and data-loss issues during storage-cell migration.
- Fixed non-empty storage cells being dismantled or nested incorrectly.
Full Changelog: https://github.com/DancingSnow0517/NeoECOAEExtension/compare/20.4.1...20.4.2
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| neoecoae-20.4.2-sources.jar | Unknown | 761.37 KiB |
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:udZtKfzP:Qm3GW128"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:udZtKfzP:Qm3GW128"
}

