All versions
0.6.0
Beta
BlossomSuite 0.6.07 months ago 33
Compatibility
Minecraft: Java Edition
1.21.8
Platform
Fabric
Supported environments
Client-side
Changes
π¦ BlossomSuite v0.6.0
β¨ Added
π Cooldown Notifications
- Added a sound and message notification queue for cooldowns
- New commands for notification settings:
/bsuite cooldowns notify sound
Toggles sound notifications when a cooldown completes/bsuite cooldowns notify message
Toggles chat message notifications when a cooldown completes/bsuite cooldowns volume <pct>
Sets notification volume (0β100)
Default: 60/bsuite cooldowns threshold sec <int>
Only cooldowns at or above this duration will notify
Default: 60 seconds
π¬ Jobs Chat Capture
- Added
/bsuite jobs capture- Toggles job-related chat text capture
- Automatically re-enabled on login if previously enabled
- Enabled by default for first-time users
π§ Jobs Command Improvements
- Added subcommand grouping for better organization:
/bsuite jobs segment/bsuite jobs session
- New options:
/bsuite jobs session rollover
Allows session time to persist between game exits
Default: Off/bsuite jobs segment auto
Enables automatic segment resets Default: Off/bsuite jobs segment auto sec <int>
Sets auto-reset time in seconds
Default: 3600 (60 minutes)
π Added Cooldown Support for Items
- Legion Spear
- Christmas Sword
- Gravity Stone
- Tekkie's Toothpaste
- Crimson Flare
- Photon Blade
- Water Sword
- Tiki Blade
- Fire Stone
- Millie's Kindness
π Fixed
- Fixed an issue where
/bsuite jobs hudwould not properly toggle the HUD off
π§ Changed
- Removed some cooldown toggles that were better handled via commands
- Retained only keybinds that make sense as direct inputs
β¨οΈ Keybind Info
- Keybinds can be found at:
Options β Controls β Keybinds β BlossomSuite
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:8LntWzGF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:THNrBRPW:8LntWzGF"
}

