1.1.0
Compatibility
Required content
Changes
Immersive Engineering Excavator EMI Support
Adds full EMI support for Immersive Engineering's Excavator Mineral Vein recipes.
This addon allows you to browse every mineral vein directly from EMI, including:
- Mineral outputs
- Spoils
- Spawn dimensions
- Weight
- Fail chance
Recipes are fully integrated with EMI:
- Browse every Excavator Mineral Vein recipe.
- View all possible mineral outputs.
- View all possible spoils.
- See the dimensions where each mineral vein can generate.
- Reverse lookup from mineral outputs back to their corresponding mineral vein.
Optional Mod Support
This addon also provides optional compatibility for:
- Immersive Geology
- Displays Mineral Deposits in EMI.
- Immersive Petroleum (since v1.1.0)
- Displays Reservoirs in EMI.
More optional integrations will be added over time.
Requirements
- Immersive Engineering
- EMI
Notes
Immersive Engineering already integrates many of its recipe types with recipe viewers, but Excavator Mineral Vein recipes are not available natively. This addon adds full support for browsing them in EMI.
To view the other recipe types supported by Immersive Engineering, you still need a compatible recipe viewer such as JEI or TMRV.
Optional dependencies
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:5vLbxNha:Tz6hbZkP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5vLbxNha:Tz6hbZkP"
}




