
JEIRecipeManager
JEIRecipeManager brings powerful recipe management right into your JEI interface. Whether you want to disable broken recipes, tweak existing ones, or create entirely new recipes on the fly, this mod lets you do it visually without ever leaving the game.
1.0.2
Compatibility
Required content
Changes
Features:
- Disable / Enable Recipes — Click the toggle button on any recipe in JEI to disable or re-enable it. Disabled recipes are saved to config/disabled_recipes.json and synced to all clients.
- Add New Recipes — Click the "Add Recipe" button on any existing recipe to enter edit mode, then drag items from JEI onto input/output slots to create a brand new recipe based on the original template.
- Modify Recipes — Edit generated recipes at any time by clicking the edit button and adjusting ingredients.
- Delete Generated Recipes — Remove any recipe you created with one click.
- Text Input Editing — While in edit mode, left-click a slot to clear its contents, or middle-click an input slot to open the text edit screen and type an exact item ID (e.g. minecraft:diamond ) or tag (e.g. #forge:ingots/iron ).
- Show/Hide Disabled Recipes — Use /jrm showDisabled <true|false> to toggle whether disabled recipes remain visible (grayed out) in JEI.
- Server-Side Authority — All recipe changes require operator permissions. Changes take effect after /reload .
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:YHOTD5PZ:wo5k8urI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YHOTD5PZ:wo5k8urI"
}
