All versions
1.9
Release
Recipe Item Sync 1.94 months ago 671
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
1.9 Done
Changelog:
- Simplified the config so the mod is easier to use and no longer spreads settings between the global config folder and each world.
- Removed outdated or confusing options to keep only the settings that are actually useful.
- Improved custom recipe item detection so more datapack items can be found automatically, even when they do not only rely on
custom_model_data. - Added a fallback system for unusual datapacks so crafting recipes can still be picked up from active datapacks and shown in EMI more reliably.
- Improved compatibility with modern datapacks such as recent
Lost Lore, recentATM x MSD, and older or unusual versions likeATM x MSD v3.1.1. - Kept viewer selection automatic so the mod works more cleanly without extra setup.
Fix:
- Prevented LAN connection issues with Essential / E4MC by automatically disabling the unsafe integrated-server sync path that could lead to
Invalid player data. - Fixed missing custom recipe visibility in EMI for some datapacks by syncing fallback crafting data directly from datapack resources.
- Improved handling of recipe outputs with custom components, helping modded recipe items appear more consistently.
- Cleaned up the config flow so the mod now behaves in a more predictable way for normal players and pack makers.
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:jQbAVNQr:2yG2cC0B"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jQbAVNQr:2yG2cC0B"
}

