All versions
1.3.0
Release
Neo ECO AE Extension v1.3.04 months ago 413
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Required content
Changes
新增
- 多方块:新增自动搭建功能,支持一键预览与建造多方块结构。(cc03bf4)
- 冷却系统:新增冷却液体 Cryotheum Solution 及其相关配方与注册内容。(115fb46、f391428)
- 文档:补充多方块自动搭建功能文档,包含使用说明和支持系统列表。(48644bc)
改进
- 合成系统:增强线程核心,并调整 16M 组件造价平衡。(9a5821e)
- 多方块:添加组件等级比较支持,优化多个多方块的条件判断,允许低等级方块参与判定。(ff9313f)
- 冷却逻辑:不同等级冷却液支持不同的可超频等级。(311cb7e)
- 界面:更改多方块建造按钮图标为锤子,并微调进度条样式与流体舱界面结构。(cccda8b、f355ed7、0304252)
- 资源:补充流体贴图资源。(0ad2c22)
- 性能:进行若干性能优化尝试。(7727766、fc785f1)
修复
- 合成系统:修复合成速度异常偏慢的问题。(0c20241)
Full Changelog: https://github.com/DancingSnow0517/NeoECOAEExtension/compare/1.21.1-1.2.0...1.21.1-1.3.0
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| neoecoae-1.3.0-sources.jar | Unknown | 233.18 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:uSpK5bfr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:udZtKfzP:uSpK5bfr"
}



