1.11.1
Compatibility
Changes
MCLabs Addons v1.11.1
For Minecraft 1.21.11 (Fabric, client-side). Drop mclabs-addons-1.11.1.jar into your mods folder alongside Fabric API and Cloth Config.
Added
-
Active boosters are now picked up from the
/chems→ "Booster(s) active!" GUI. Opening that menu tracks any chem price booster already running — useful when you join mid-booster and missed the activation chat — and refreshes its countdown each time you open it, the same way/lw ratesupdates Lab Wars boosters. -
Vote Reminder: manual "Mark voted today" override. A new action in the widget's HUD-editor inspector marks all 7 daily votes done, hiding the reminder for the rest of the day; it returns automatically after the 9 PM Pacific reset. Handy when votes were cast on another device or the "Vote registered!" lines were missed. Local-only — it does not sync across machines.
Fixed
-
The "All" chem booster now actually shows its end-crystal icon and "All" label. The 1.11.0 change matched the literal name
all, but the server announces this booster as "All Chems", so it fell back to a plain paper icon with no label. The widget now recognises every "All" variant (All Chems,all_chem_booster). -
The Daily Investor Rewards reminder (
/sm claim) now clears the moment you run the command. Previously it only cleared once a confirmation chat line matched, so it lingered until the command was re-run. It is now dismissed as soon as you send/sm claim(matched exactly, so other subcommands can't trigger it); the confirmation-line detection remains as a fallback for claims made from another client.
Full changelog: https://github.com/Jade-Cod/mclabs-addons/compare/v1.10.2...v1.11.1
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:W09tZtbv:kGoM10X8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:W09tZtbv:kGoM10X8"
}

