Tags
Creators
Details
All versions
1.2.1
Release
v1.2.1 for Minecraft 1.21.86 hours ago 2
Compatibility
Minecraft: Java Edition
1.21.8
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Recipes Creator 1.2.1
Recipe creator rework
- Reworked the recipe creator into a grouped workspace with live item search, scrolling results, and batched item loading.
- Added the reusable used-items palette, persistent item selection, protected filled slots, and a permanent Empty tile to clear a mistake safely.
- Added result amount controls, shaped/shapeless selection, and Known by default directly in the creator.
Default Recipes and mod support
- Default Recipes now browses Minecraft and installed-mod recipes, with live search, clear button, enabled/disabled/all filters, real recipe previews, tag-material previews, and interchangeable material variants.
- Local ModMenu browsing safely reads installed mod recipe archives, nested Fabric module origins, and Minecraft's bundled recipes when resources are not mounted yet.
- Added protection for recipes using removed mods: missing items are recorded, the recipe is marked Corrupted, and it stays disabled until its dependencies return or it is removed.
Conflicts and recipe book
- Added exact conflict handling: recipes with identical inputs and the same output item are flagged so the matching default recipe can be disabled.
- Recipes with the same inputs but a different output are not conflicts; the editor recommends Known by default so players can choose the result through the green recipe book.
- Fixed disabled variants, custom-output selection, Vanilla priority, and Shift-crafting in the recipe book.
Client and server workflow
- Client and server recipe catalogs remain independent, so their different mod lists do not leak recipes or items into each other.
- Restored local ModMenu recipes in the OP server editor when opening
/customrecipe; duplicates are skipped and the recipes are staged as drafts. - Nothing is sent to the server automatically: the OP must click Save to publish staged recipes.
- Before the editor opens, staged recipes are validated against the server's items and default recipes, so missing server mods and exact conflicts are visible without saving.
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:nGLLzNcJ:lJthVkTK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nGLLzNcJ:lJthVkTK"
}


