All versions
1.2
Release
Collection Book 1.22 weeks ago 21
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changelog - 1.2
Added
- Leaderboards GUI: Added a new
/collection topcommand that opens a brand-new, beautifully designed graphical interface! The leaderboard tracks all players who have started their collection and ranks them in real-time based on their total collection points. It highlights the Top 3 players and displays the exact completion percentage of everyone. - Full i18n Support: Added full translation support for all new and existing features. Texts like discovery announcements in the chat, admin command feedbacks, and the new leaderboard screen are now fully translatable and adapt to the player's client language (English and French supported by default).
Fixed
- Mob Discovery Counter: Fixed a critical bug where the total amount of discoverable creatures was incorrectly displaying as
0in the Collection Book. Re-wrote the entity filtering logic to correctly ignore MISC entities (like projectiles or boats) and accurately count all living mobs available in the server's registry.
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:qg6PEouJ:qbbKymq1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qg6PEouJ:qbbKymq1"
}

