1.3.1
Compatibility
Required content
Changes
Fixes
- Fix "automaticallly clear emi search at terminal open" not working by alikindsys
Additions
- Reimplemented Bill of Materials Syncing by alikindsys
BoM Syncing allows for EMI to see the contents of your ME system on the synthetic favourites, crafting tree and craftables menu.
Only existing items are seen by EMI, this means that items which are craftable but none exist will count as missing.
As it is a feature that departs from the official AE2 integration, it was added as an optional feature which is disabled by default.
- Add ModMenu support by alikindsys
Users can now toggle settings using modmenu.
Changes
- Make disabling ExMI recipes an toggleable feature by alikindsys
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| ae2-emi-crafting-1.3.1-sources.jar | Unknown | 72.1 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:eVAp8Nkw:lEmazn2j"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eVAp8Nkw:lEmazn2j"
}

