All versions
0.8.0
Beta
BlossomSuite 0.8.07 months ago 27
Compatibility
Minecraft: Java Edition
1.21.8
Platform
Fabric
Supported environments
Client-side
Changes
π¦ BlossomSuite v0.8.0
β¨ Added
π§© Edit Mode Improvements
- Edit Mode now allows independent scaling of:
- Jobs HUD
- Cooldowns HUD
- Each HUD can be scaled separately to better fit your layout
π Cooldown HUD Enhancements
- Cooldown HUD now displays all supported items in your hotbar
- Items off cooldown display as Ready
- Items on cooldown are greyed out with a countdown
- Added two HUD display modes:
- Full β shows item icon, name, and cooldown/ready state
- Compact β shows item icon and cooldown/ready state only
- HUD mode can be changed via:
/bsuite cooldowns hud mode <full/compact>
π° Lifetime Job Totals
- Added a system to track your lifetime money earned from jobs
- Enabled by default
- Can be toggled via:
/bsuite jobs lifetime
- Lifetime totals are tracked per server
- Added a new command to view totals across servers:
/bsuite totals
π Fixed
- Fixed an issue where some BREAK-triggered items were not activating correctly
- Fixed an issue where cooldown configuration data would download repeatedly
- Fixed an issue where cooldown notification audio played through the wrong sound channel (Now:
Jukebox/Note Blocks) - Fixed a bug where fallback item detection could override the primary identifier during cooldown checks
β‘ Optimizations
- Optimized the Cooldown Hotbar to reduce resource usage while active
- Improved item data lookup logic to reduce unnecessary repeated processing
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:THNrBRPW:hTHkcoQp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:THNrBRPW:hTHkcoQp"
}

