All versions
0.13.49
Release
EMUtils 0.13.493 months ago 24
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
Added
- Added Beacon Radius Outline to show the effect range of active beacons in-world.
- Added Xaero Minimap and Xaero World Map support for Beacon Radius Outline.
- Added Light Level Overlay to show nearby block light levels and spawn-risk spots.
- Added Free Camera for looking around without moving your player, while interactions still use your player's real position.
- Added Free Camera Coordinates to the HUD overlay.
- Added Locked Y Placement to keep block placement on a selected Y level.
- Added a HUD indicator for Locked Y Placement.
- Added Place Below for placing blocks on the underside of the targeted block.
- Added Safe Walk to help prevent walking off ledges.
- Added Auto Tool with hotbar-only and full-inventory modes.
- Added Auto Flight Gear for preparing Elytra and rockets while falling.
- Added double-jump flight activation.
- Added Anti Durability Break to help protect low-durability tools.
- Added Mass Drop for dropping selected matching items.
- Added Fast Use for quicker repeated item uses and interactions.
- Added Global Hover Transfer for inventory-style screens.
Changed
- Inventory Tools now include more item-movement options.
Fixed
- Fixed inventory sorting controls appearing on unsupported machine inventories.
- Fixed Fast Place behavior on Minecraft 26.x.
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:8LSQLWuz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pf8Myc7A:8LSQLWuz"
}

