Tags
Creators
Details
Licensed GPL-3.0-or-later
Published last year
Updated last month
All versions
1.1.0-1.21.1
Release
Just Enough Book 1.1.0-1.21.1last month 1,800
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Changes
JEB 1.1.0
Added
- R / U hover hotkeys. Point at any slot in any screen backed by a recipe book (crafting table, furnace family, player inventory) and press R for "recipes for
this item" or U for "used in". The recipe book opens if it was closed and applies the search. Both keys are rebindable in Controls.
Changed
- Craftable recipes are shown first. The results grid now sorts recipes you can currently craft to the front instead of interleaving them in index order. Applies to the main search, the "recipes for this result" ingredient search, and the Favorites tab.
- Items sharing a base ID are told apart by name. On datapack servers custom items are often registered under a plain vanilla ID (e.g. minecraft:paper) and differ
only by display name — searching for one used to return every recipe producing any variant, merged into one collection. Recipes are now grouped and matched by
item and display name, so each named result gets its own recipe collection
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:enkCGWLg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vCHGW3kJ:enkCGWLg"
}

