All versions
1.1.0
Release
Auto Leave 1.1.0last month 26
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
[1.1.0] - 2026-07-04
Added
- Container Scanning: The mod now scans picked-up Shulker Boxes and Bundles for valuable items.
- Escape Reports: A chat message summarizing the found items will be printed upon auto-escaping (or queued until you log back in, if using the disconnect action).
Changed
- Exact Item Counting: Improved accuracy of pickup tracking. The mod now counts actual item amounts divided by their max stack size instead of generic pickup events.
- UI Cleanup: Removed the redundant enable/disable button from the settings screen (use the
Ghotkey 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:O0nWeKuf:I2c5A0Ed"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O0nWeKuf:I2c5A0Ed"
}

