All versions
1.2.0
Release
Neo ECO AE Extension v1.2.04 months ago 948
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Required content
Changes
新增
- 集成工作站:新增“输出面选择/允许输出面”面板,用于配置哪些面允许自动输出。(4c0a8cc)
- 配置项:新增
postCraftingEvent,用于控制合成子系统完成配方时是否发布原版合成事件ItemCraftedEvent。(f71aaaa) - EMI:新增集成工作站的 EMI 显示支持。(e9318e8)
- EMI:新增冷却配方的 EMI 显示支持。(06aa841)
改进
- 集成工作站:自动输出相关行为保留内存卡配置。(20c84de)
- 注册流程:
ECOCellType支持通过NERegistrate注册,便于扩展与集成。(624994e) - 依赖:更新
ldlib2。(54cb0ef) - 资源:更新多项物品贴图。(5468da7)
修复
- C 系列:修复“晶振驱动器线缆消失”的问题。(51b9d08)
- C 系列:修复崩溃问题。(b0cbe30)
- 渲染/区块:修复 #48,使用
RenderChunkRegion获取blockEntity替代ClientLevel。(0ae339e) - 同步:修复若干同步问题,并尝试修复磁盘 stack 同步问题。(6f017bf、09d09a8)
兼容性/平衡
- 化学品存储:带辐射的化学品不再允许存入 ECO 的硬盘(化学存储单元)。(2c915ee)
本地化与配置说明
- 补齐多语言本地化条目,并为配置项补充注释/说明文本(含 tooltip 相关条目)。(9c89c74)
Full Changelog: https://github.com/DancingSnow0517/NeoECOAEExtension/compare/1.21.1-1.1.1...1.21.1-1.2.0
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| neoecoae-1.2.0-sources.jar | Unknown | 217.76 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:NzuzJ4sm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:udZtKfzP:NzuzJ4sm"
}



