All versions
0.9.1+mc26.2-1.0
Release
Mercurizer 0.9.1+mc26.2-1.0yesterday 130
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- Updated to newest Sodium version.
- Accurate multi-phase benchmark The benchmark now runs a full warm-up sequence before measuring, so results are not affected by cold GPU state. It measures both large-buffer (4 MB) and small-buffer (1 MB) upload bandwidth separately, plus round-trip latency. A confidence score is calculated. If variance is too high, you'll be warned the result may be inaccurate.
- Multi-session history averaging: Results from up to 3 benchmark runs are stored and blended with weighted averaging (50/30/20), so tuning improves over time rather than being reset each run.
- iGPU warning: If Mercurizer detects you are running on an integrated GPU, it shows a warning screen at startup recommending you switch to your dedicated GPU for best performance.
- Mercurizer info screen: A new screen (accessible from the pause menu a new button on the title screen and pause menu) shows your benchmark results, active tuning values, and hardware info. Includes a Re-run button.
- Fix: Re-run no longer resets benchmark history. Previously, pressing Re-run deleted the stored benchmark file, erasing all history. This is now fixed. Each run adds to the history instead.
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:mUSAnHRV:hw8bOmde"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mUSAnHRV:hw8bOmde"
}


