All versions
1.7.6
Beta
AE2 Utility 1.7.62 days ago 290
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
中文
修复
- 修复多候选配方编码时,书签或可合成优先可能把配方输出选作输入并生成自循环样板的问题。
- 修复样板编码包仍按每槽 64 个候选解码、超限时可能导致断开连接的问题;每槽现支持 512 个候选,发送端会安全拒绝更大的请求。
- 修复部分合成样板缺少 ExtendedAE Plus“由 XX 编码”信息的问题。
English
Fixed
- Prevented bookmark and craftable priority from selecting a recipe output as its own input and creating self-referential patterns.
- Increased pattern packet alternatives to 512 per slot, added a 4096 total-stack limit, and safely rejected oversized outbound requests.
- Restored ExtendedAE Plus encoder attribution for affected crafting patterns.
Optional dependencies
Any compatible version
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:kJXRtOkZ:MKYsLz4u"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kJXRtOkZ:MKYsLz4u"
}

