Tags
Creators
Details
1.2.0
Compatibility
Required content
Changes
Full English changelog available on GitHub. Full French changelog available on our Discord.
Summary
This update adds optional EMI integration, allowing compatible crafting recipes to be saved directly as AutoCraftTomsAddon templates.
Added
- Added optional EMI integration
- Added a
Save as Templatebutton to compatible EMI crafting recipes - Added support for saving crafting recipes from EMI into the AutoCraftTomsAddon template list
- Added a clear success message when a template is loaded correctly
- Added a clear failure message when a template cannot be loaded because the required ingredients are missing
Improved
- Improved template loading feedback
- Improved the template workflow by making it possible to save recipes before manually placing them in the terminal
- Kept the EMI integration limited to standard crafting recipes for better stability
Notes
- The EMI button requires EMI recipe decorators to be enabled
- This integration currently targets EMI only
- JEI, REI, and machine recipes are not supported in this 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:bmJygyO3:L342Q6g7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bmJygyO3:L342Q6g7"
}


