All versions
1.21.1-1.5.3
Release
ExtendedAE-Plus 1.21.1-1.5.33 months ago 2,644
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Added / 新增
- 增加镜像样板供应器,可通过镜像绑定工具实现与样板供应器/扩展样板供应器的连接
- Added the Mirror Pattern Provider, which can be linked to Pattern Providers and Extended Pattern Providers using the Mirror Binding Tool.
Changed / 变更
- 上传处理样板时,若供应器检索结果仅有一个目标,则自动上传该样板到该供应器
- When uploading processing patterns, if provider lookup returns only one target, the pattern is uploaded automatically to that provider.
- JEI 书签相关操作适配新版 JEI 历史记录区域中的书签
- Updated JEI bookmark-related actions to support bookmarks shown in the new JEI history area.
- 更换部分物品的模型材质
- Updated models and textures for several items.
- 优化 AppFlux 升级槽兼容的实现方案
- Optimized the AppFlux upgrade-slot compatibility implementation.
- 优化频道卡的连接处理逻辑
- Optimized the Channel Card connection handling logic.
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:agsJGnqK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xr109llC:agsJGnqK"
}

