Tags
Creators
Details
v0.3.10+26.1.2
Compatibility
Changes
QCloudy_Addition 0.3.10 Beta
Public client-only Fabric Beta for Minecraft 26.1.2 and 26.2, containing all completed changes since stable Release 0.3.9.
Beta notice: Unified Settings Editor and Unified HUD Editor remain experimental and default off. Back up provider configuration and verify changes in provider-native editors.
Added
- Optional Spirit Mask, Bonzo's Mask, and Phoenix death-save alerts and cooldown HUDs; all default off.
- Optional friend/whitelist Party Auto Accept and exact private-message party requests.
- Fast Party Commands for supported Party Chat
!aliases and default-on local double-slash Party Commands. - Warp, All Invite, transfer, kick, coordinates, promote, Stream, Dungeon, and Kuudra aliases with sender controls, cooldowns, and player-name completion.
- Stable-Release-only update notices with no automatic download or installation.
- Launcher/HMCL and Mod Menu links for the website, downloads, source, and issues.
Fixed and improved
- Upgraded Bonzo's Mask save detection.
- Multi-page
/friend listsynchronisation for Party Auto Accept. - General catalog bottom scrolling and default Supported Mods expansion state.
- Browser-style draggable scrollbars on four settings/whitelist views.
- Removed misleading HUD settings, empty settings pages, and obsolete Firmament inventory delegation remnants.
Requires Java 25, Fabric Loader 0.19.3+, and the matching Fabric API. Install only the playable JAR for your Minecraft version; do not install the Sources JAR.
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:7pBKSvN1:T8qXyWvT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7pBKSvN1:T8qXyWvT"
}

