Creators
Details
Licensed Apache-2.0
Published 11 months ago
Updated 2 months ago
All versions
0.2.0-beta-1.21.10
Beta
Skyblock Overhaul (SBO) 0.2.0-beta7 months ago 224.6K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Client-side
Changes
Skyblock Overhaul – Beta Release 0.2.0 (Achievements V2)
Achievement Overhaul
- New Achievements GUI with an integrated Search functionality and a Type Filter - @Saotzuri
- Added Celestial rarity and 43 new achievements (Myth the Fish, King's Soul, Chimera VII, etc.) - @ugo635 & @RolexDE
- Complete rewrite of achievement logic including automatic data migration from legacy formats - @RolexDE & @ugo635
- Added support for repeatable achievements (WIP/Debug option) - @RolexDE
- Improved UI readability with text wrapping for achievement descriptions - @Saotzuri
Diana & Loot Improvements
- Added individual sound and volume settings for every Rare Mob type - @ugo635
- Added unique spawn announcements for Inquisitor, Sphinx, Manticore, and Minos King - @ugo635
- Implemented Mythological Dye tracking and drop percentages in the loot overlay - @Saotzuri & @TheDGOfficial
- Added customizable drop messages for Brain Food, Manti-Core, Fateful Stinger, and Shimmering Wool - @ugo635 & @RolexDE
- Added an option to keep Arrow Guess waypoints when switching worlds/lobbies - @Saotzuri
Technical & Performance
- Massive performance optimization for text rendering (OrderedText & Width Cache) - @TheDGOfficial
- Added a built-in Modrinth Update Checker - @Saotzuri
- Implemented Buffered Writers for data saving to prevent file corruption - @TheDGOfficial
- Restricted the mod to client-side only to prevent server-side loading issues - @TheDGOfficial
- Bumped Gradle, Actions, and internal dependencies - @TheDGOfficial
QoL & Fixes
- New party commands:
!sessionstatsand!sessionstat- @ugo635 - Fixed an issue where the King Soul achievement wouldn't track correctly - @ugo635
- Fixed a bug where playtime wouldn't reset during an auto-reset - @TheDGOfficial
- Refactored price calculation logic for more accurate profit tracking - @RolexDE
- Fixed Total Profit display values - @ugo635
- Fixed Cocoon detection - @Saotzuri
Feedback & Bug Reports
This is a major milestone for the beta. Please report any bugs or issues on our Discord — your feedback is essential for refining the new achievement system.
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:9lBqVbQF:mKdPXhvf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9lBqVbQF:mKdPXhvf"
}

