Tags
Creators
Details
All versions
1.6.2
Release
ExtendedAE-Plus 1.6.2 [NeoForge 1.21.1]2 weeks ago 3,011
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
[1.6.2]
Added / 新增
- JEI 与 AE2 的相关联动操作现支持 EMI
- JEI and AE2 integration features now support EMI.
- 补充莱卓罗水晶系列标签
- Added tags for the Lattra Crystal series.
- 为吞噬盘添加在驱动器中的显示模型
- Added an in-drive display model for the Annihilation Plane.
Changed / 变更
- 超级水晶装配器与超级电路切片机的配方现与原版机器配方同步
- Super Crystal Assembler and Super Circuit Cutter recipes now stay synchronized with their original machine recipes.
- 调整扩展样板供应器的 UI 布局
- Adjusted the Extended Pattern Provider UI layout.
- 修改终极超级装配矩阵构建工具的贴图
- Updated the texture of the Ultimate Super Assembler Matrix Builder.
Fixed / 修复
- 修复超级装配矩阵样板倍增后,AE 电量缓存可能不足以完成发配的问题
- Fixed AE energy cache potentially being insufficient to complete dispatching after multiplying Super Assembler Matrix patterns.
- 修复超级装配矩阵部件生命周期管理问题导致的崩溃
- Fixed a crash caused by lifecycle management issues in Super Assembler Matrix components.
- 修复供应器高亮提示文本错误
- Fixed incorrect highlight hint text for Pattern Providers.
- 修复 F 键搜索在部分区域无法获取的问题
- Fixed F-key search being unable to retrieve results in certain areas.
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:xr109llC:o8U8Ekro"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xr109llC:o8U8Ekro"
}

