Tags
Creators
Details
Licensed GPL-3.0-or-later
Published last year
Updated last month
All versions
1.0.17-26.2
Release
Just Enough Book 1.0.17-26.2last month 989
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Changes
Recipe book navigation improvements
- Added a "back" button to the recipe book, next to the 2x2/3x3 toggle. Right-clicking (usable recipes) or middle-clicking (source recipes) on a recipe result
now saves your previous search, so you can jump back to it with one click instead of retyping it. - The recipe book search text and the new back-history now survive closing and reopening the crafting/inventory screen (previously they were lost as soon as you closed the screen, not just when you toggled the book panel).
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:5Vd3Qu6x"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vCHGW3kJ:5Vd3Qu6x"
}

