Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 9 months ago
All versions
0.1.5-1.20.1
Beta
Kintsugi - Beta 0.1.59 months ago 260
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
CHANGELOG
0.1.5 - Bug Fixes
- Corrected an issue with loot distribution, causing only one kind of book to be distributed
- Wandering traders correctly copy their chosen Knowledge Book now.
- The chance of getting a Knowledge Book by fishing has been increased.
- Added a data config file to include Knowledge Books in the loot tables for chests and fishing.
0.1.3 - JEI Compatibility
- Added rudimentary JEI compatibility, so all Knowledge books will appear in the JEI picker window.
0.1.2 - Bug Fixes
- Fixed some issues that may have prevented compatibility between other mods.
0.1.1 - Feedback Tweaks
- Increased the probability of discovering knowledge books in some locations.
- Fixed some issues that may have prevented compatibility between other mods.
0.1.0 - Initial Release (Beta)
- Enchantment table mechanics are replaced
- Anvil mechanics are adjusted to match (you can't merge enchantments to increase their level anymore, costs adjusted)
- Librarian doesn't sell enchanted books anymore, only biome-specific knowledge books.
- Implements the experimental 1.20.2 snapshot Wandering Trader trades.
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:PBTDWjGW:jwlr7hEm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PBTDWjGW:jwlr7hEm"
}

