Tags
Creators
Details
1.1.0-1.21.11
Compatibility
Changes
1.1.0
⌨️ New: JEI-style hover hotkeys
Point at any slot in a screen with a recipe book (crafting table, furnace, blast furnace, smoker, player inventory) and press:
- R — show recipes for the hovered item
- U — show what the hovered item is used in
The recipe book opens automatically if it was closed. Both keys are rebindable in Options → Controls → JEB (Just Enough Book) and are ignored while you are typing in the search field.
🔤 Search by displayed name
Recipe results are now matched by their displayed name instead of the base item ID. On servers and modpacks where datapack items are registered under a plain vanilla ID (for example several different items on minecraft:paper) and differ only by a custom name, each one now gets its own search results instead of being lumped together.
⬆️ Craftable recipes first
Everything you can craft right now is sorted to the top of the results grid — in the main search, in the "recipes for this result" view (middle click) and in the Favorites tab. The order inside each group is unchanged.
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:vCHGW3kJ:BBSIfB5m"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vCHGW3kJ:BBSIfB5m"
}

