Links
Tags
Creators
Details
Licensed LGPL-2.1-only
Published 2 years ago
Updated 2 days ago
All versions
2.5.0
Release
SkyblockCollectionTracker 2.5.02 months ago 842
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
What's New
- Added support for Minecraft 26.1 and 26.2 and dropped support for Minecraft 1.21.10 and 1.21.11.
- Added a new config for manual and automatic updates.
- Note: Defaults to manual.
- Added support for the upcoming pickaxe cooldown attribute.
- Note: Once unlocked, it will take priority over cooldown reduction from Crow or Bal pets.
- Re-implemented API tracking as an option for collection tracking.
- Note: It updates every 5 minutes.
- Added custom cooldown indicators for mining and foraging abilities.
- Added support for the upcoming Beekeeper buffs while on Torrhus Canyon.
- Added support for the upcoming Torrhus Canyon island and Helix Fortune stat.
- Added support for Starborn Temple foraging fortune while on Galatea.
- Ported Coleweight's stopwatch command as
/sct stopwatch.
Improvements
- Integrated the config screen with Mod Menu.
- Implemented animated chroma for Coleweight and Farming Weight ranks.
- Prevented overlays from rendering when F1 or F3 is active.
- Added configurable title warnings for timer and mining deployables when you move out of range.
- Collection tracking no longer stops when the API server is unreachable. (#18)
- Trackers now pause instead of stopping when disconnecting from Hypixel. (#19)
- Updated multi-tracking overlay and summary for rift collections to use
Motesinstead of$when using NPC prices. - Prevented rift collection tracking outside The Rift and vice versa.
Bug Fixes
- Fixed gemstone color handling for multi-tracking.
- Fixed breaking power line detection on some islands.
- Fixed gemstones not being tracked correctly for normal tracking.
- Fixed multi-tracking for collections without an enchanted version.
- Fixed wrong Maniac Slicer duration.
- Fixed gemstones always counting items from sacks.
- Fixed sack gains not accounting for removed items.
- Fixed sack tracking logic to handle enchanted and super enchanted items correctly.
- Fixed multi-tracking state not resetting when cancelling the custom input.
- Fixed Coleweight and Farming Weight chat ranks not showing for Minecraft 26.1 and 26.2.
- Fixed false collection gains when moving items in inventory. (#21)
- Fixed precision mining box/line rendering onto powder chests while on Crystal Hollows.
- Fixed HOTM/HOTF perks and buffs not resetting properly or updating correctly from API data.
- Fixed commissions not updating properly after claiming them.
- Fixed Mining/Foraging stats not parsing correctly due to the new icons.
- Fixed leaving The Rift breaking collection tracking. (#17)
- Fixed commission tracking only working with custom keybinds.
- Fixed not being able to set custom goals for multi-worded collections. (#15)
- Fixed collection tracking breaking when exiting The Rift by auto-pausing and resuming tracking when switching islands. (#16)
- Fixed not being able to interact with the collection overlay when opening chat.
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:dT28pGGm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iYI2Iw6k:dT28pGGm"
}

