Links
Tags
Creators
Details
v1.0.1.1+mc1.21.1
Compatibility
Changes
Librarian Insight 1.0.1.1 – Fabric for Minecraft 1.21.1
- Added support for Minecraft 1.21.1
- Backported Librarian Insight's existing features from Minecraft 26.3
- Updated rendering, UI, villager data, trade prediction, interactions, and other systems for Minecraft 1.21.1
- Preserved librarian trade predictions, lectern displays, merchant overlays, villager icons, configuration, and commands
- Supports the experimental villager trade rebalance
- Updated to Java 21 and the appropriate Minecraft 1.21.1 Fabric APIs
- Lunge is not included in the trade catalog because the enchantment does not exist in Minecraft 1.21.1
This is the initial Minecraft 1.21.1 backport and is being released as a Beta while it receives additional real-world testing.
Requires Minecraft 1.21.1, Fabric Loader, and Fabric API.
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:QwkQ5kWH:6RkQoEqV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QwkQ5kWH:6RkQoEqV"
}

