All versions
1.12.1
Release
MCLabs Addons 1.12.12 months ago 11
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
MCLabs Addons v1.12.1
Added
- The mod's HUD widgets now only appear on the MCLabs server. Chemtainer, boosters, dailies, bounty, and the rest of the tracked panel widgets are populated purely from MCLabs' own chat, so they used to just sit there empty on any other server (or in singleplayer). They now switch on automatically the moment you join MCLabs and stay hidden everywhere else. The floating "!" bite marker is unaffected and keeps working on any server, since it doesn't depend on MCLabs at all.
- The mod now lets you know in chat when a newer version is out. Every time you join MCLabs, it checks Modrinth for a newer release and drops a quick local note if one exists — nothing is sent to the server, and it stays silent if you're offline or Modrinth is unreachable.
Fixed
- Withdrawing a chem from the Chemtainer could pull out 0 instead of the chem you have. Chat would read Withdrew 0 <Chem>-X-Y-Z from your chemtainer even though that exact chem was sitting right there. The mod was reading a chem's purity numbers in the wrong order (e.g. reading a 2-0-2 chem as 2-2-0), so the withdraw request asked the server for a purity variant that didn't exist. Purity is now read in the correct order, so the withdraw keybind pulls out the chem you actually have.
Optional dependencies
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:NGesWJcB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:W09tZtbv:NGesWJcB"
}



