All versions
0.9.5
Beta
BlossomSuite 0.9.53 months ago 581
Compatibility
Minecraft: Java Edition
1.21.8
Platform
Fabric
Supported environments
Client-side
Changes
BlossomSuite v0.9.5
Fixes
- Fixed Hole Puncher grid alignment to properly anchor to the block being broken instead of the player position
- Fixed an issue where Hole Puncher would not properly stick to the configured hotbar slot while AutoSwapper was enabled
- This should now make mining for fruits/gorbs significantly smoother while using Hole Puncher
- Fixed Jobs pause mechanics when disconnecting
- Session time should no longer continue increasing while paused and disconnected
- Fixed an issue where swapping servers could cause session rollback
- Also fixes rollback issues after server crashes
- Fixed an issue where channels would still swap while tracking was disabled
- Fixed the fishing bobber sound system
- Vanilla bobber sounds should now function correctly again when sound replacement is disabled
- Added additional cooldown text filtering support for items such as the Flower Cycler
Mining Tracks Updates
- Added customizable color support for Mining Tracks
- Added rainbow color mode for Mining Tracks
Coordinates HUD Updates
- Added an option to remove the "Coords" label from the Coordinates HUD
Jobs Pause System Updates
Pause Indicator
- Added an optional pause symbol that displays beneath your crosshair while Jobs tracking is paused
Pause Reminder System
- Added a reminder/timer system for paused Jobs tracking
Auto Unpause
- Added an automatic unpause system based on money collection
- If a configured amount is earned while paused, Jobs tracking will automatically resume
Server Trade Tracking
/bsuite trade
- Added a new command:
/bsuite trade
- Displays tracked character/server data directly in chat
- Shows:
- Money
- Claim Blocks
- Petals currently in your inventory
- Does not include:
- Chests
- Backpacks
- Ender Chests
- Does not include:
- Also displays the last time the data was seen/updated
Note
- This system is intended to help track trading-related data between your characters across servers
Keybind Improvements
- Mouse buttons now work correctly with keybinds
- Separate Left/Right variants now properly work for:
- SHIFT
- CTRL
- ALT
Vote Party Updates
- Added the ability to display the current server on the Vote Party frame
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:r3Jegz6R"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:THNrBRPW:r3Jegz6R"
}

