All versions
1.13.0
Release
MCLabs Addons 1.13.02 months ago 20
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
MCLabs Addons v1.13.0
Added
- A new Ability Cooldowns HUD widget tracks your mcMMO super abilities. Super Breaker, Giga Drill Breaker, Tree Feller, Skull Splitter, Green Terra, Serrated Strikes, Berserk, Explosive Shot, Super Shotgun, and Blast Mining are now picked up straight from chat/actionbar and drawn as circular cooldown rings — an orange-to-green arc sweeps clockwise as each ability recharges, the ring glows solid teal while active, and pulses green the moment it's ready. Using a Smelling Salts instantly clears every tracked cooldown, instead of waiting on the "ABILITIES REFRESHED!" chat line.
- The same widget now also tracks Pit item cooldowns: Stormbreaker, Heavy Steel Chestplate, Excalibur, Blink Boots, Body Slam, and Scythe Sweep all show up alongside your mcMMO abilities.
- Per-cooldown visibility toggles and a horizontal/vertical layout switch for the Ability Cooldowns widget, both available in the HUD editor's inspector panel — hide the ones you don't care about, or stack them in a column instead of a row.
- Cooldowns under a minute now show a precise decimal timer (e.g.
10.5) instead of a coarse0:11, and any HUD widget pinned near the bottom or right edge of the screen now grows away from that edge as its content changes size, instead of running off-screen. - The remaining-uses count on charge items (Whetstones, etc.) is now configurable. A new Item Uses section in Mod Menu lets you turn it on or off, pick which corner of the item slot it's drawn in, and adjust its color and size (80%-110% of default).
Changed
- Mod Menu no longer lists a settings category for every HUD widget. Those categories only duplicated what the in-game HUD editor (
;) already lets you edit — position, size, colors, background — so widget appearance is now managed entirely in the editor, and Mod Menu is limited to the Bite Marker and the new Item Uses settings.
Full changelog: https://github.com/Jade-Cod/mclabs-addons/compare/v1.12.1...v1.13.0
Optional dependencies
Any compatible version
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:iHQ3wGeJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:W09tZtbv:iHQ3wGeJ"
}

