Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published last year
Updated 5 days ago
All versions
1.2.0+26.2
Release
CaribouStonks • Hypixel SkyBlock 1.2.0+26.25 days ago 148
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Changes
Features
- Support SkyBlock 0.27 Torrhus Canyon Update
- Add Safari Floor Drops (Skills > Hunting)
- Add Mineshaft Corpse Finder (Skills > Mining)
- Add Bestiary Tracker / Progress ETA (Misc)
- Disable Chocolate Factory Reminder (too outdated and intrusive at this point)
- Disable Shards Tracker in Safari instances (too intrusive)
- Auto SkyBlock Items and Attributes update when game start
- Add /cariboustonks reload Command to reload Items or Attributes
Improvements
- Disable non-main features by default
- Add some adjustments for config settings
- Improve Wither Shield feature with Server-Tick use (TPS)
- Improve Second Life feature with Server-Tick use (TPS)
- Improve HUDs with Anchor system
- Add new Beam Renderer in world (26.1+)
- Remove restrictions for all Highlight features (26.1+)
- Improve all Waypoints with the new Beam Renderer (26.1+)
- Ignore Soulbound items from the Hypixel API
- Add Tooltip unit price for Bazaar Products
- Improve M7 Wither King feature with new detection and logic
- Move Est. Total value on top of the viewer when hovering an item (26.1+)
- Improve KeyShortcut screen
- Improve Main Mod Screen (26.1+)
Fixes
- Fix crash when opening Held Item View Config screen (26.1+)
- Fix KeyShortcut screen ghost shortcuts
- Fix Attribute Information feature in the Attribute Menu
- Fix Hunting Box Overlay screen detection
- Fix colored enchantments with single line siblings
- Fix CheckBox in MobTracking List screen (26.1+)
- Fix CheckBox in Waypoint List screen (26.1+)
- Fix MobTracking List screen tooltips
- Fix Waypoint List screen tooltips
- Fix missing special SkyBlock items from events
- Fix Pests detection in the garden
- Fix SkyBlock Resource Pack with new symbols (26.1+)
- Fix internal JSON adapters without skip value
Backend
- Last Mod Version for Minecraft 1.21.11
- Minecraft 26.1.x and 26.2 are now the default versions
- IslandType API now uses Trait system (26.1+)
- Cleanup SkyBlockAPI and SkyBlock subdomain
- Remove attributes.json in the internal mod repository
- New HUD Anchor backend (26.1+)
- New Beam Renderer for all Waypoints and feature uses
- Refactor and general cleanup in feature domain
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:fraWWQSJ:GMopeWrc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fraWWQSJ:GMopeWrc"
}

