1.2.0
Compatibility
Changes
New Features
Trash system: Delete + left-click to delete items, Backspace to undo deletion, with configurable retention time
Quick armor switching: Tab + scroll to cycle armor aggregated items, Tab + 1-4 + scroll for specific slots
Enhanced expanded panel: Press Q to discard hovered sub-item, Ctrl+Q to discard entire stack
Config screen now includes trash toggle and retention time settings
Fixes & Improvements
Refactored mouse scroll handling for more stable Ctrl+scroll aggregation switching
Fixed misclick issues when interacting with expanded panel
Fixed bug where aggregated stacks with one sub-item didn't convert back to normal items
Improved aggregated slot rendering (count display, durability bar, enchantment glint)
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:9vQsbY6Y:44hHIKHn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9vQsbY6Y:44hHIKHn"
}

