Links
Tags
Creators
Details
Licensed LGPL-2.1-only
Published 2 years ago
Updated 4 days ago
All versions
2.7.0
Release
SkyblockCollectionTracker 2.7.04 days ago 1,064
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
What's New
- Added configurable title notifications for new commissions and commission completion.
- Added a config option to display Coleweight and Farming Weight ranks in player name tags.
Improvements
- Renamed Galatea to Moonglade Marsh.
- Made the pickaxe cooldown attribute level configurable.
- Removed pet cooldown from ability cooldown calculations.
- Updated the collection tracker to display custom goal information instead of leaderboard position information when using amount-based goals. (#25)
- Improved commands and collections pages.
- Updated commission claim detection to work when Skyblocker is present.
Bug Fixes
- Fixed incorrect player leaderboard rank calculation. (#26)
- Fixed mining fortune labels not updating correctly in the mining stats overlay based on the targeted block.
- Fixed network disconnect for players with fewer than 4 commission slots unlocked.
- Fixed overlays being hidden by F3 debug hotkeys.
- Fixed sack tracking not recognizing enchanted items for some collections. (#25)
- Fixed a crash when the collection type is null during sack tracking.
- Fixed delayed Rift area detection. (#24)
- Fixed commission tracking always running in the background.
Please report any issues with the mod here
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:iYI2Iw6k:llqbrALi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iYI2Iw6k:llqbrALi"
}


