All versions
1.7.9
Release
AE2 Utility 1.7.93 weeks ago 1,259
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
English
Added
- Added the ME Quick Transfer Tool. It can be linked to an ME network through a wireless access point and transfers items, fluids, and Mekanism chemicals directly from targeted containers.
Fixed
- Fixed an EMI/JEMI recipe conversion path that could create a widget with invalid state and show a render error.
- Fixed newer JEI side-button coordinates being offset a second time by the custom layout mixin.
Removed
- Removed obsolete recipe-tree upload naming and related stale UI/debug resources while retaining sequential upload behavior.
中文
新增
- 新增 ME快捷转移工具,可通过无线接入点绑定 ME 网络,将目标容器中的物品、流体和 Mekanism 化学品直接转移至网络。
修复
- 修复 EMI/JEMI 转 JEI 配方时,构造无效 widget 并显示渲染错误的问题。
- 修复新版 JEI 已返回侧边按钮坐标后,自定义布局 mixin 再次偏移坐标的问题。
移除
- 移除过时的配方树上传命名及相关旧 UI/调试资源,同时保留顺序上传功能。
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:V4fJGV6M"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kJXRtOkZ:V4fJGV6M"
}

