All versions
0.12.230
Release
EMUtils 0.12.2303 months ago 13
Compatibility
Minecraft: Java Edition
1.21.9–1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Additions
- Added native Windows screenshot clipboard support, so screenshot auto-copy and the screenshot helper copy button work without needing PowerShell.
- Added a fallback for Spotify album art on Windows when Spotify does not provide the cover through Windows media controls.
Changes
- Improved the Spotify pause menu and HUD overlay on Windows so the playback timer stays smoother and album art is more reliable.
- Improved Freelook on 26.x so moving the mouse controls the camera while the player keeps their original view direction.
- Improved Freelook movement visuals so the player body can still animate naturally while looking around.
- Updated EMUtils web requests to identify as
palethea/EMUtilswhen fetching resource pack data and artwork.
Fixes
- Fixed No Fog, Clear Underwater, Clear Lava, and related fog options not applying correctly with Sodium/Iris installed on 26.x.
- Fixed screenshot copy actions on Windows saying the screenshot was copied when the clipboard was not actually updated.
- Fixed screenshot copy actions causing a noticeable pause while copying.
- Fixed the screenshot copy click action on 26.x not being handled from the in-chat screenshot message.
- Fixed the Script Manager showing an Open button when Minescript is not installed.
- Fixed some 26.x features being skipped by the mixin version check when they were not Sodium-specific.
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:pf8Myc7A:HtdXI8ym"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pf8Myc7A:HtdXI8ym"
}

